summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-03-31 09:53:19 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-03-31 09:53:19 +0800
commitc06977b78fd1d465bf2ded9c946a94205ba6405f (patch)
tree49d7c5757abe4a3311f1917e3afb07367974404c /telepathy-glib/dbus.h
parentc1a8727ae591a899cc81be8c6a2bf603e20c665b (diff)
downloadtelepathy-glib-c06977b78fd1d465bf2ded9c946a94205ba6405f.tar.gz
tp_asv_dump() -- dumps the map to the debugging console
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index 7f0c39834..8b7096e77 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -140,6 +140,7 @@ const gchar * const *
/* this comment stops gtkdoc denying that this function exists */
tp_asv_get_strv (const GHashTable *asv, const gchar *key);
void tp_asv_set_strv (GHashTable *asv, const gchar *key, char **value);
+void tp_asv_dump (GHashTable *asv);
G_END_DECLS