![]() |
![]() |
![]() |
GNOME Video Arcade Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define GVA_ERROR #define GVA_SQLITE_ERROR enum GvaError; void gva_error_handle (GError **error);
#define GVA_ERROR gva_error_quark ()
Error domain for general operations in GNOME Video Arcade. Errors in this domain will be from the GvaError enumeration. See GError for information on error domains.
#define GVA_SQLITE_ERROR gva_sqlite_error_quark ()
Error domain for SQLite operations in GNOME Video Arcade. Errors in this domain will be from SQLite's own result codes. See GError for information on error domains.
typedef enum { GVA_ERROR_CONFIG, GVA_ERROR_FORMAT, GVA_ERROR_MAME, GVA_ERROR_QUERY, GVA_ERROR_SYSTEM } GvaError;
Error codes for general operations in GNOME Video Arcade.