summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/gmain.h')
-rw-r--r--eglib/gmain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h
index cafc2353..175872d9 100644
--- a/eglib/gmain.h
+++ b/eglib/gmain.h
@@ -119,6 +119,8 @@ typedef struct {
gchar *message;
} GError;
+void g_set_error(GError **err, GQuark domain, gint code,
+ const gchar *format, ...);
GError* g_error_new_literal(GQuark domain, gint code, const gchar *message);
void g_error_free(GError *err);