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 that this has.
Use get_identifier to obtain the identifiers themselves.
Parameters:
this |
a Drive |
Returns:
a null-terminated array of strings containing kinds of identifiers. Use strfreev to free. |