Virtual Method
GioVolumeget_identifier
Declaration [src]
char*
get_identifier (
  GVolume* volume,
  const char* kind
)
Description [src]
Gets the identifier of the given kind for volume.
See the introduction for more
information about volume identifiers.
Parameters
- kind
- 
            Type: const char*The kind of identifier to return. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
Return value
Type: char*
A newly allocated string containing the
    requested identifier, or NULL if the GVolume
    doesn’t have this kind of identifier.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. | 
| The return value can be NULL. | 
| The value is a NUL terminated UTF-8 string. |