summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 11:41:49 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 12:17:00 +0000
commit949d48078904545f97a6ae9d9abe6084c697f689 (patch)
tree198e197cbeffe9f4d28b393bed1c1d13c8c912d9 /telepathy-glib/dbus.h
parent8400ebbb85d49f8e07f15c71a15e6c41cd816531 (diff)
downloadtelepathy-glib-949d48078904545f97a6ae9d9abe6084c697f689.tar.gz
fd.o #24114: deprecate tp_get_bus(), again
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index 404f9388f..de33e5aaa 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -126,10 +126,8 @@ tp_asv_get_strv (const GHashTable *asv, const gchar *key);
void tp_asv_set_strv (GHashTable *asv, const gchar *key, gchar **value);
void tp_asv_dump (GHashTable *asv);
-/* planned for deprecation (fd.o #24114) but not dead yet */
-DBusGConnection * tp_get_bus (void);
-
#ifndef TP_DISABLE_DEPRECATED
+DBusGConnection * tp_get_bus (void) _TP_GNUC_DEPRECATED;
DBusGProxy * tp_get_bus_proxy (void) _TP_GNUC_DEPRECATED;
#endif