From 22920bd5c9ee7e8f42ab695a0667cdc6deee5cf9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 21 Jan 2007 19:10:58 +0000 Subject: Cleanup GKeyFile stuff so real implementation can start --- eglib/gmain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'eglib/gmain.h') diff --git a/eglib/gmain.h b/eglib/gmain.h index 9d2418ef..cafc2353 100644 --- a/eglib/gmain.h +++ b/eglib/gmain.h @@ -119,6 +119,7 @@ typedef struct { gchar *message; } GError; +GError* g_error_new_literal(GQuark domain, gint code, const gchar *message); void g_error_free(GError *err); /* Spawning related functions */ -- cgit