Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
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 ioModulesScanAllInDirectoryWithScope
.
Since: 2.30
Synopsis
- newtype IOModuleScope = IOModuleScope (ManagedPtr IOModuleScope)
- iOModuleScopeBlock :: (HasCallStack, MonadIO m) => IOModuleScope -> Text -> m ()
- iOModuleScopeFree :: (HasCallStack, MonadIO m) => IOModuleScope -> m ()
Exported types
newtype IOModuleScope Source #
Memory-managed wrapper type.
Instances
Eq IOModuleScope Source # | |
Defined in GI.Gio.Structs.IOModuleScope (==) :: IOModuleScope -> IOModuleScope -> Bool # (/=) :: IOModuleScope -> IOModuleScope -> Bool # | |
ManagedPtrNewtype IOModuleScope Source # | |
Defined in GI.Gio.Structs.IOModuleScope | |
BoxedPtr IOModuleScope Source # | |
Defined in GI.Gio.Structs.IOModuleScope boxedPtrCopy :: IOModuleScope -> IO IOModuleScope # boxedPtrFree :: IOModuleScope -> IO () # |
Methods
Overloaded methods
block
:: (HasCallStack, MonadIO m) | |
=> IOModuleScope |
|
-> Text |
|
-> m () |
Block modules with the given basename
from being loaded when
this scope is used with ioModulesScanAllInDirectoryWithScope
or g_io_modules_load_all_in_directory_with_scope()
.
Since: 2.30
free
:: (HasCallStack, MonadIO m) | |
=> IOModuleScope |
|
-> m () |
Free a module scope.
Since: 2.30