From 49f7899a1bde827dff68a755977be4f0cb52f20e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 21 Jan 2007 20:13:06 +0000 Subject: First go at somewhat functional g_key_file_* impementation --- eglib/gmain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eglib/gmain.h') 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); -- cgit