Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
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)
- noIOModuleScope :: Maybe IOModuleScope
- iOModuleScopeBlock :: (HasCallStack, MonadIO m) => IOModuleScope -> Text -> m ()
- iOModuleScopeFree :: (HasCallStack, MonadIO m) => IOModuleScope -> m ()
Exported types
newtype IOModuleScope Source #
Memory-managed wrapper type.
Instances
WrappedPtr IOModuleScope Source # | |
Defined in GI.Gio.Structs.IOModuleScope wrappedPtrCalloc :: IO (Ptr IOModuleScope) # wrappedPtrCopy :: IOModuleScope -> IO IOModuleScope # wrappedPtrFree :: Maybe (FunPtr (Ptr IOModuleScope -> IO ())) # |
noIOModuleScope :: Maybe IOModuleScope Source #
A convenience alias for Nothing
:: Maybe
IOModuleScope
.
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