class Gio::SettingsSchemaSource

Overview

This is an opaque structure type. You may not access it directly.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/settings_schema_source.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]
def self.new_from_directory(directory : String, parent : Gio::SettingsSchemaSource | Nil, trusted : Bool) : self #

[View source]

Class Method Detail

def self.default : Gio::SettingsSchemaSource | Nil #

[View source]
def self.g_type : UInt64 #

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


[View source]

Instance Method Detail

def finalize #

[View source]
def list_schemas(recursive : Bool, non_relocatable : Enumerable(String), relocatable : Enumerable(String)) : Nil #

[View source]
def lookup(schema_id : String, recursive : Bool) : Gio::SettingsSchema | Nil #

[View source]

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

[View source]
def unref : Nil #

[View source]