get_scheme_ids
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[]? get_scheme_ids ()
Returns the ids of the available style schemes.
Parameters:
Returns:
a null -terminated array of strings containing the ids of the available style schemes or null if no style
scheme is available. The array is sorted alphabetically according to the scheme name. The array is owned by the
this and must not be modified.
|