gio.settings_schema_key

Module for [SettingsSchemaKey] class

Types 1

#GSettingsSchemaKey is an opaque data structure and can only be accessed using the following functions.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
SettingsSchemaKey self()Returns `this`, for use in `with` statements.
glib.variant.Variant getDefaultValue()Gets the default value for key.
string getDescription()Gets the description for key.
string getName()Gets the name of key. Returns: the name of key.
glib.variant.Variant getRange()Queries the range of a key.
string getSummary()Gets the summary for key.
glib.variant_type.VariantType getValueType()Gets the #GVariantType of key. Returns: the type of key
bool rangeCheck(glib.variant.Variant value)Checks if the given value is within the permitted range for key.
Constructors
this(void * ptr, Flag!"Take" take)