Virtual Method
GioVolumeenumerate_identifiers
Declaration [src]
char**
enumerate_identifiers (
  GVolume* volume
)
Description [src]
Gets the kinds of identifiers 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. |