Enumeration

GimpModuleState

Declaration

enum Gimp.ModuleState

Description [src]

The possible states a GimpModule can be in.

Members

Name Description
GIMP_MODULE_STATE_ERROR

Missing gimp_module_register() function or other error.

GIMP_MODULE_STATE_LOADED

An instance of a type implemented by this module is allocated.

GIMP_MODULE_STATE_LOAD_FAILED

Gimp_module_register() returned FALSE.

GIMP_MODULE_STATE_NOT_LOADED

There are no instances allocated of types implemented by this module.