|  |  |  | Ethos Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
#define ETHOS_TYPE_ERROR #define ETHOS_ERROR enum EthosError; GType ethos_error_get_type (void); GQuark ethos_error_quark (void);
typedef enum {
	ETHOS_ERROR_FILE_NOT_FOUND,
	ETHOS_ERROR_INVALID_KEY_FILE,
	ETHOS_ERROR_PLUGIN,
	ETHOS_ERROR_PLUGIN_LOADER,
} EthosError;
EthosError error enumeration.
| File did not exist or was invalid. | |
| The plugin GKeyFile is invalid. | |
| An error with a plugin. | |
| An error with a plugin-loader. | 
GType ethos_error_get_type (void);
Retreives the GType for the ethos error domain.
| Returns : | the GType for EthosError |