get_metadata_keys
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? get_metadata_keys ()
public string[]? get_metadata_keys ()
Get the available keys for the metadata on this.
Parameters:
this |
Returns:
a null-terminated array of key strings, or null when there is no metadata. Free with strfreev when no longer needed. |