class Gio::SettingsSchemaKey

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.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def default_value : GLib::Variant #

[View source]
def description : String | Nil #

[View source]
def finalize #

[View source]
def name : String #

[View source]
def range : GLib::Variant #

[View source]
def range_check(value : _) : Bool #

[View source]

[View source]
def summary : String | Nil #

[View source]
def to_unsafe : Pointer(Void) #

[View source]
def unref : Nil #

[View source]
def value_type : GLib::VariantType #

[View source]