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

def self.new_from_directory(directory : String, parent : Gio::SettingsSchemaSource?, trusted : Bool) : self #

Class Method Detail

def self.default : Gio::SettingsSchemaSource? #

def self.g_type : UInt64 #

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


Instance Method Detail

def finalize #

def list_schemas(recursive : Bool, non_relocatable : Enumerable(String), relocatable : Enumerable(String)) : Nil #

def lookup(schema_id : String, recursive : Bool) : Gio::SettingsSchema? #


def to_unsafe : Pointer(Void) #

def unref : Nil #