|
Data Structures
|
struct |
_GError |
Typedefs
|
typedef typedefG_BEGIN_DECLS
struct _GError
|
GError |
Functions
|
IMPORT_C GError *
|
g_error_new (GQuark domain, gint code, const gchar *format,...) G_GNUC_PRINTF(3
|
IMPORT_C GError *IMPORT_C
GError *
|
g_error_new_literal (GQuark domain, gint code, const gchar *message)
|
IMPORT_C void |
g_error_free (GError *error)
|
IMPORT_C GError *
|
g_error_copy (const GError *error)
|
IMPORT_C gboolean
|
g_error_matches (const GError *error, GQuark domain, gint code)
|
IMPORT_C void |
g_set_error (GError **err, GQuark domain, gint code, const gchar *format,...) G_GNUC_PRINTF(4
|
IMPORT_C void IMPORT_C void |
g_propagate_error (GError **dest, GError *src)
|
IMPORT_C void |
g_clear_error (GError **err)
|