set_scheme
Description:
[
Version ( since =
"0.4.0" ) ]
public void set_scheme (
string? scheme)
Sets the scheme property to scheme
.
scheme
must be null
or non-empty.
Set scheme
to null
to unset the property in the category.
Parameters:
this |
a Category
|
scheme |
the new scheme for the category, or null
|