gi-gio-2.0.2: 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 Source 
((~) * signature (m ()), MonadIO m) => MethodInfo * IOModuleScopeFreeMethodInfo IOModuleScope signature Source 
((~) * signature (Text -> m ()), MonadIO m) => MethodInfo * IOModuleScopeBlockMethodInfo IOModuleScope signature Source 
((~) * info (ResolveIOModuleScopeMethod t IOModuleScope), MethodInfo * info IOModuleScope p) => IsLabelProxy t (IOModuleScope -> p) Source 
type AttributeList IOModuleScope Source 

Methods

iOModuleScopeBlock

data IOModuleScopeBlockMethodInfo Source

Instances

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

iOModuleScopeFree

data IOModuleScopeFreeMethodInfo Source

Instances

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