aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-plist.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-06-21 17:27:16 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-22 13:27:36 +0800
commit4a119839567ba66889b222fac4b87627863a218a (patch)
treeb42bf810dab7510f8a6b66a5d5969590381aac72 /libempathy-gtk/empathy-plist.h
parent071f1844a8f47e4d67ad3c752441a3d71d9e18e2 (diff)
downloadgsoc2013-empathy-4a119839567ba66889b222fac4b87627863a218a.tar
gsoc2013-empathy-4a119839567ba66889b222fac4b87627863a218a.tar.gz
gsoc2013-empathy-4a119839567ba66889b222fac4b87627863a218a.tar.bz2
gsoc2013-empathy-4a119839567ba66889b222fac4b87627863a218a.tar.lz
gsoc2013-empathy-4a119839567ba66889b222fac4b87627863a218a.tar.xz
gsoc2013-empathy-4a119839567ba66889b222fac4b87627863a218a.tar.zst
gsoc2013-empathy-4a119839567ba66889b222fac4b87627863a218a.zip
Use tp_g_value_slice_new and tp_asv API for plist parser.
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