summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 19:10:58 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 19:10:58 +0000
commit22920bd5c9ee7e8f42ab695a0667cdc6deee5cf9 (patch)
treebd13f744996c866c3f86cd5f8294233cf1827688 /eglib/gmain.h
parentf274c01bde0e88ee7aa86f0197ad59b125930ad4 (diff)
Cleanup GKeyFile stuff so real implementation can start
Diffstat (limited to 'eglib/gmain.h')
-rw-r--r--eglib/gmain.h1
1 files changed, 1 insertions, 0 deletions
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 */