GLib.SettingsSchemaKey – gio-2.0 Reference Manual
Packages
gio-2.0
GLib
SettingsSchemaKey
@ref
get_default_value
get_description
get_name
get_range
get_summary
get_value_type
range_check
unref
SettingsSchemaKey
Object Hierarchy:
Description:
[
Compact
]
public
class
SettingsSchemaKey
Namespace:
GLib
Package:
gio-2.0
Content:
Methods:
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
()
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 of the correct type and within the permitted range for
this
.
public
SettingsSchemaKey
@ref
()
Increase the reference count of
this
, returning a new reference.
public
void
unref
()
Decrease the reference count of
this
, possibly freeing it.