DConfError

DConfError — GError error codes

Synopsis

enum                DConfError;
#define             DCONF_ERROR

Description

These are the error codes that can be returned from dconf APIs.

Details

enum DConfError

typedef enum {
  DCONF_ERROR_FAILED,
  DCONF_ERROR_PATH,
  DCONF_ERROR_NOT_WRITABLE
} DConfError;

Possible errors from DConf functions.

DCONF_ERROR_FAILED

generic error

DCONF_ERROR_PATH

the path given for the operation was a valid path or was not of the expected type (dir vs. key)

DCONF_ERROR_NOT_WRITABLE

the given key was not writable

Since 0.20


DCONF_ERROR

#define DCONF_ERROR (dconf_error_quark ())

The error domain of DConf.

Since 0.20