class Gio::IOModuleScope

Overview

Represents a scope for loading IO modules. A scope can be used for blocking duplicate modules, or blocking a module you don't want to load.

The scope can be used with g_io_modules_load_all_in_directory_with_scope() or g_io_modules_scan_all_in_directory_with_scope().

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def block(basename : String) : Nil #

[View source]
def free : Nil #

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

[View source]