get_id_for_display
Description:
public string get_id_for_display (
string usage,
string type,
string version,
bool long_string)
Gets a human readable localized string for usage, type and version.
Parameters:
| this |
A Client.
|
| usage |
Usage id e.g. "filesystem" or "crypto".
|
| type |
Type e.g. "ext4" or "crypto_LUKS"
|
| version |
Version.
|
| long_string |
Whether to produce a long string.
|
Returns:
|
A string that should be freed with g_free.
|