summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-08 12:49:09 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-09 16:17:22 +0000
commitc978190ff2c5b87e363c4a41dd400c51566327ed (patch)
treea0515c222a46eedc8b90904ec4e5e5ef151c83d5 /telepathy-glib/dbus-internal.h
parent8b3f45676451e8c6d03db131cfc1b60005136ca4 (diff)
downloadtelepathy-glib-c978190ff2c5b87e363c4a41dd400c51566327ed.tar.gz
Add _tp_asv_to_vardict, a utility function to convert a{sv} representations
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/dbus-internal.h')
-rw-r--r--telepathy-glib/dbus-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-internal.h b/telepathy-glib/dbus-internal.h
index da5bbd911..fda71b87a 100644
--- a/telepathy-glib/dbus-internal.h
+++ b/telepathy-glib/dbus-internal.h
@@ -36,6 +36,8 @@ DBusGConnection *_tp_dbus_starter_bus_conn (GError **error)
gboolean _tp_dbus_daemon_is_the_shared_one (TpDBusDaemon *self);
+GVariant *_tp_asv_to_vardict (const GHashTable *asv);
+
G_END_DECLS
#endif /* __TP_INTERNAL_DBUS_GLIB_H__ */