gi-gio-0.2.46.15: Gio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Structs.IOModuleScope

Contents

Description

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().

Synopsis

Exported types

newtype IOModuleScope Source

Instances

WrappedPtr IOModuleScope 
((~) * signature (m ()), MonadIO m) => MethodInfo * IOModuleScopeFreeMethodInfo IOModuleScope signature 
((~) * signature (Text -> m ()), MonadIO m) => MethodInfo * IOModuleScopeBlockMethodInfo IOModuleScope signature 
((~) * info (ResolveIOModuleScopeMethod t IOModuleScope), MethodInfo * info IOModuleScope p) => IsLabelProxy t (IOModuleScope -> p) 
type AttributeList IOModuleScope 

Methods

iOModuleScopeBlock

data IOModuleScopeBlockMethodInfo Source

Instances

((~) * signature (Text -> m ()), MonadIO m) => MethodInfo * IOModuleScopeBlockMethodInfo IOModuleScope signature 

iOModuleScopeFree

data IOModuleScopeFreeMethodInfo Source

Instances

((~) * signature (m ()), MonadIO m) => MethodInfo * IOModuleScopeFreeMethodInfo IOModuleScope signature