Method
GioVolumeenumerate_identifiers
Description
Gets the kinds of [identifiers][volume-identifier] that volume
has.
Use g_volume_get_identifier()
to obtain the identifiers themselves.
Return value
Type: An array of utf8
A NULL
-terminated array
of strings containing kinds of identifiers. Use g_strfreev()
to free.
The array is NULL -terminated. |
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
Each element is a NUL terminated UTF-8 string. |