Virtual Method
GioVolumeget_identifier
Description
Gets the identifier of the given kind for volume
.
See the [introduction][volume-identifier] for more
information about volume identifiers.
Parameters
kind |
const char* |
The kind of identifier to return. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | char* |
A newly allocated string containing the
requested identifier, or |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . | |
The value is a NUL terminated UTF-8 string. |