ModuleState
Description:
[ CCode ( cprefix = "GIMP_MODULE_STATE_" , has_type_id = false ) ]
public enum ModuleState
The possible states a Module can be in.
Content:
Enum values:
- ERROR - Missing
register function or other error.
- LOADED - An instance of a type implemented
by this module is allocated.
- LOAD_FAILED -
register returned false.
- NOT_LOADED - There are no instances
allocated of types implemented by this module.