class Gio::SettingsSchemaKey
- Gio::SettingsSchemaKey
- Reference
- Object
Overview
#GSettingsSchemaKey is an opaque data structure and can only be accessed using the following functions.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/settings_schema_key.crConstructors
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #default_value : GLib::Variant
- #description : String | Nil
- #finalize
- #name : String
- #range : GLib::Variant
- #range_check(value : _) : Bool
- #ref : Gio::SettingsSchemaKey
- #summary : String | Nil
- #to_unsafe : Pointer(Void)
- #unref : Nil
- #value_type : GLib::VariantType
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.