SettingsSchemaKey
Object Hierarchy:
Description:
[ CCode ( ref_function = "g_settings_schema_key_ref" , type_id = "g_settings_schema_key_get_type ()" , unref_function = "g_settings_schema_key_unref" ) ]
[ Compact ]
public class SettingsSchemaKey
SettingsSchemaKey is an opaque data structure and can only be accessed using the following functions.
Content:
Methods:
- public unowned SettingsSchemaKey @ref ()
Increase the reference count of this
, returning a new reference.
- public Variant get_default_value ()
Gets the default value for this.
- public unowned string? get_description ()
Gets the description for this.
- public unowned string get_name ()
Gets the name of this.
- public Variant get_range ()
Queries the range of a key.
- public unowned string? get_summary ()
Gets the summary for this.
- public unowned VariantType get_value_type ()
Gets the VariantType of
this.
- public bool range_check (Variant value)
Checks if the given value
is within the permitted range
for this.
- public void unref ()
Decrease the reference count of this
, possibly freeing it.