| GIMP Config Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
typedef enum {
  GIMP_CONFIG_ERROR_OPEN,
  GIMP_CONFIG_ERROR_OPEN_ENOENT,
  GIMP_CONFIG_ERROR_WRITE,
  GIMP_CONFIG_ERROR_PARSE,
  GIMP_CONFIG_ERROR_VERSION
} GimpConfigError;
The possible values of a GError thrown by libgimpconfig.
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