![]() |
![]() |
![]() |
GIMP Config Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
typedef enum { GIMP_CONFIG_ERROR_OPEN, /* open failed */ GIMP_CONFIG_ERROR_OPEN_ENOENT, /* file does not exist */ GIMP_CONFIG_ERROR_WRITE, /* write failed */ GIMP_CONFIG_ERROR_PARSE, /* parser error */ GIMP_CONFIG_ERROR_VERSION /* parser failed due to version mismatch */ } GimpConfigError;
GQuark gimp_config_error_quark (void
);
This function is never called directly. Use GIMP_CONFIG_ERROR()
instead.
Returns : |
the GQuark that defines the GimpConfig error domain. |
Since GIMP 2.4