TypeScript API Documentation for GIO
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Abstract
Since 2.30
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().
g_io_modules_load_all_in_directory_with_scope()
g_io_modules_scan_all_in_directory_with_scope()
2.30
Static
Block modules with the given basename from being loaded when this scope is used with g_io_modules_scan_all_in_directory_with_scope() or g_io_modules_load_all_in_directory_with_scope().
basename
the basename to block
Free a module scope.
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()org_io_modules_scan_all_in_directory_with_scope().Since
2.30