enumerate_identifiers
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public abstract string[] enumerate_identifiers ()
public abstract string[] enumerate_identifiers ()
Gets the kinds of [identifiers](volume
-identifiers) that this has.
Use get_identifier to obtain the identifiers themselves.
Parameters:
this |
a Volume |
Returns:
a null-terminated array of strings containing kinds of identifiers. Use strfreev to free. |