summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-14 13:44:24 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-14 15:04:09 +0200
commit153c9d799b39440f5d7bcbfa23757c6316f3f753 (patch)
tree0c18ab241db200fd451b2d9ce6f6ef4d5df4e775 /telepathy-glib/connection.h
parent6afc5819e15200f7cf0970bad982ea245dca4327 (diff)
downloadtelepathy-glib-153c9d799b39440f5d7bcbfa23757c6316f3f753.tar.gz
Deprecate tp_connection_parse_object_path()
We have tp_connection_get_protocol_name() and tp_connection_get_connection_manager_name() now.
Diffstat (limited to 'telepathy-glib/connection.h')
-rw-r--r--telepathy-glib/connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/connection.h b/telepathy-glib/connection.h
index b5af72b0f..55a0061c9 100644
--- a/telepathy-glib/connection.h
+++ b/telepathy-glib/connection.h
@@ -202,8 +202,11 @@ void tp_connection_init_known_interfaces (void);
gint tp_connection_presence_type_cmp_availability (TpConnectionPresenceType p1,
TpConnectionPresenceType p2);
+#ifndef TP_DISABLE_DEPRECATED
+_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_connection_get_protocol_name)
gboolean tp_connection_parse_object_path (TpConnection *self, gchar **protocol,
gchar **cm_name);
+#endif
_TP_AVAILABLE_IN_0_20
const gchar *tp_connection_get_detailed_error (TpConnection *self,