SettingsSchemaKey

Undocumented in source.

Constructors

this
this(GSettingsSchemaKey* gSettingsSchemaKey)

Sets our main struct and passes it to the parent class.

Members

Functions

doref
SettingsSchemaKey doref()

Increase the reference count of @key, returning a new reference.

getDefaultValue
Variant getDefaultValue()

Gets the default value for @key.

getDescription
string getDescription()

Gets the description for @key.

getRange
Variant getRange()

Queries the range of a key.

getSettingsSchemaKeyStruct
GSettingsSchemaKey* getSettingsSchemaKeyStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getSummary
string getSummary()

Gets the summary for @key.

getValueType
VariantType getValueType()

Gets the #GVariantType of @key.

rangeCheck
bool rangeCheck(Variant value)

Checks if the given @value is of the correct type and within the permitted range for @key.

unref
void unref()

Decrease the reference count of @key, possibly freeing it.

Static functions

getType
GType getType()

Variables

gSettingsSchemaKey
GSettingsSchemaKey* gSettingsSchemaKey;

the main Gtk struct

Meta