VolumeT.enumerateIdentifiers

Gets the kinds of identifiers[volume-identifier] that @volume has. Use g_volume_get_identifier() to obtain the identifiers themselves.

template VolumeT(TStruct)
string[]
enumerateIdentifiers
()

Return Value

Type: string[]

a %NULL-terminated array of strings containing kinds of identifiers. Use g_strfreev() to free.

Meta