aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-plist.h')
-rw-r--r--libempathy-gtk/empathy-plist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-plist.h b/libempathy-gtk/empathy-plist.h
index 0f7dfe928..19e4845af 100644
--- a/libempathy-gtk/empathy-plist.h
+++ b/libempathy-gtk/empathy-plist.h
@@ -21,14 +21,13 @@
#ifndef __EMPATHY_PLIST_H__
#define __EMPATHY_PLIST_H__
+#include <glib.h>
#include <glib-object.h>
G_BEGIN_DECLS
GValue * empathy_plist_parse_from_file (const char *filename);
GValue * empathy_plist_parse_from_memory (const char *data, gsize len);
-gboolean empathy_plist_get_int (GValue *data, const gchar *key, gint *value);
-gboolean empathy_plist_get_string (GValue *data, const gchar *key, gchar **value);
G_END_DECLS