summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-28 10:38:51 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-28 10:38:51 +0000
commit6d5afc24184076176aefeef70747833e441a7c36 (patch)
tree3066c5643ac8413f3c14dbfe9181f47deeda7d8e /telepathy-glib/dbus.h
parent3409e65d2a051e3588d6009764001fbd946bb655 (diff)
downloadtelepathy-glib-6d5afc24184076176aefeef70747833e441a7c36.tar.gz
Add tp_asv_get_boxed
20080528103851-53eee-d98433f6068c06a8549a6188ce80331e3d8accf9.gz
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index b9789992b..26fdeea96 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -89,6 +89,8 @@ gboolean tp_dbus_check_valid_object_path (const gchar *path,
gboolean tp_asv_get_boolean (const GHashTable *asv, const gchar *key,
gboolean *valid);
+gpointer tp_asv_get_boxed (const GHashTable *asv, const gchar *key,
+ GType type);
const GArray *tp_asv_get_bytes (const GHashTable *asv, const gchar *key);
gdouble tp_asv_get_double (const GHashTable *asv, const gchar *key,
gboolean *valid);