#include <gquark.h>
Go to the source code of this file.
Classes | |
struct | _GError |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GError | GError |
Functions | |
GError * | g_error_new (GQuark domain, gint code, const gchar *format,...) G_GNUC_PRINTF(3 |
GError *GError * | g_error_new_literal (GQuark domain, gint code, const gchar *message) |
void | g_error_free (GError *error) |
GError * | g_error_copy (const GError *error) |
gboolean | g_error_matches (const GError *error, GQuark domain, gint code) |
void | g_set_error (GError **err, GQuark domain, gint code, const gchar *format,...) G_GNUC_PRINTF(4 |
void void | g_propagate_error (GError **dest, GError *src) |
void | g_clear_error (GError **err) |
void g_clear_error | ( | GError ** | err | ) |
void g_error_free | ( | GError * | error | ) |