summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 20:13:06 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 20:13:06 +0000
commit49f7899a1bde827dff68a755977be4f0cb52f20e (patch)
tree34400f48cec53b394b2fb89ab0e47de888d639b8 /eglib/gmain.h
parentcb3478520fc9ea7296c9b393721a47e6744801c8 (diff)
First go at somewhat functional g_key_file_* impementation
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);