summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-19 11:45:43 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:10 +0200
commit55cb32b5bd54e8f2ca59f62c13b7ab9514ae10bd (patch)
tree5ad30bf813f65c576d2974dfd2592a1cbf83205c /telepathy-glib/dbus-internal.h
parent268c5a5e7d4de7bde8dd41cf6330d082176eb7ce (diff)
downloadtelepathy-glib-55cb32b5bd54e8f2ca59f62c13b7ab9514ae10bd.tar.gz
add _tp_asv_from_vardict()
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 50259a5bb..aade667d8 100644
--- a/telepathy-glib/dbus-internal.h
+++ b/telepathy-glib/dbus-internal.h
@@ -43,6 +43,8 @@ GVariant * _tp_boxed_to_variant (GType gtype,
const gchar *variant_type,
gpointer boxed);
+GHashTable * _tp_asv_from_vardict (GVariant *variant);
+
G_END_DECLS
#endif /* __TP_INTERNAL_DBUS_GLIB_H__ */