![]() |
![]() |
![]() |
Xfconf Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
typedef enum { XFCONF_ERROR_UNKNOWN = 0, XFCONF_ERROR_CHANNEL_NOT_FOUND, XFCONF_ERROR_PROPERTY_NOT_FOUND, XFCONF_ERROR_READ_FAILURE, XFCONF_ERROR_WRITE_FAILURE, XFCONF_ERROR_PERMISSION_DENIED, XFCONF_ERROR_INTERNAL_ERROR, XFCONF_ERROR_NO_BACKEND, XFCONF_ERROR_INVALID_PROPERTY, XFCONF_ERROR_INVALID_CHANNEL, } XfconfError;
An enumeration listing the different kinds of errors under the XFCONF_ERROR domain.
An unknown error occurred | |
The specified channel does not exist | |
The specified property does not exist on the channel | |
There was a failure reading from the configuration store | |
There was a failure writing to the configuration store | |
The user is not allowed to read or write to the channel or property | |
An internal error (likely a bug in xfconf) occurred | |
No backends were found, or those found could not be loaded | |
The property name specified was invalid | |
The channel name specified was invalid |