summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
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 {