summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-05-14 21:35:33 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-05-14 21:35:33 +0000
commit021c7fa891b23d8623beebf3f9ee79a36a1ff174 (patch)
treef2ab9c8a89efcc5856c66f4268a556ae262e090a /eglib/gmain.h
parent00869eb23b642c63a20998575aa4497baad5a3d1 (diff)
Introduce g_key_file_get_integer to eglib.
Diffstat (limited to 'eglib/gmain.h')
-rw-r--r--eglib/gmain.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h
index 1691b76a..ac12c617 100644
--- a/eglib/gmain.h
+++ b/eglib/gmain.h
@@ -285,6 +285,11 @@ gboolean g_key_file_get_boolean(GKeyFile *key_file,
const gchar *key,
GError **error);
+gint g_key_file_get_integer(GKeyFile *key_file,
+ const gchar *group_name,
+ const gchar *key,
+ GError **error);
+
/* GString */
typedef struct {