VolumeT.enumerateIdentifiers

Gets the kinds of identifiers 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. [array zero-terminated=1][transfer full]

Meta