Method
GioDriveenumerate_identifiers
Declaration [src]
char**
g_drive_enumerate_identifiers (
  GDrive* drive
)
Description [src]
Gets the kinds of identifiers that drive has. Use g_drive_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. |