ModuleFlags
Description:
[ CCode ( cprefix = "G_MODULE_BIND_" , has_type_id = false ) ]
public enum ModuleFlags
Flags passed to open.
Note that these flags are not supported on all platforms.
Content:
Enum values:
- BIND_LAZY
- BIND_LOCAL
- BIND_MASK
- LAZY - specifies that symbols are only
resolved when needed.
- LOCAL - specifies that symbols in the module
should not be added to the global name space.
- MASK - mask for all flags.