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) #

Class Method Detail

def self.g_type : UInt64 #

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


Instance Method Detail

def default_value : GLib::Variant #

def description : String? #

def finalize #

def name : String #

def range : GLib::Variant #

def range_check(value : _) : Bool #


def summary : String? #

def to_unsafe : Pointer(Void) #

def unref : Nil #

def value_type : GLib::VariantType #