gio.settings_schema_key
Module for [SettingsSchemaKey] class
class SettingsSchemaKey
Types 1
#GSettingsSchemaKey is an opaque data structure and can only be accessed using the following functions.
Methods
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 keybool rangeCheck(glib.variant.Variant value)Checks if the given value is within the permitted range for key.