gi-gmodule-2.0.2: GModule bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GModule.Flags

Description

 
Synopsis

Flags

ModuleFlags

data ModuleFlags Source #

Flags passed to g_module_open(). Note that these flags are not supported on all platforms.

Constructors

ModuleFlagsLazy

specifies that symbols are only resolved when needed. The default action is to bind all symbols when the module is loaded.

ModuleFlagsLocal

specifies that symbols in the module should not be added to the global name space. The default action on most platforms is to place symbols in the module in the global name space, which may cause conflicts with existing symbols.

ModuleFlagsMask

mask for all flags.

AnotherModuleFlags Int

Catch-all for unknown values