summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-02 13:54:19 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-02 14:13:21 +0200
commit4e142f577f0faa86096a90f90f5509805f776201 (patch)
tree1ec31f9d4bd62d676cb0a9db2e943142ee012330 /telepathy-glib/connection.h
parentf81a0bd99be209c74a48b9c2b8101fd6fb596c40 (diff)
downloadtelepathy-glib-4e142f577f0faa86096a90f90f5509805f776201.tar.gz
TpConnection: Deprecate _get_self_handle()
New code should be using _get_self_contact()
Diffstat (limited to 'telepathy-glib/connection.h')
-rw-r--r--telepathy-glib/connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/connection.h b/telepathy-glib/connection.h
index 68ceff635..10b5d9ee4 100644
--- a/telepathy-glib/connection.h
+++ b/telepathy-glib/connection.h
@@ -136,7 +136,8 @@ const gchar *tp_connection_get_connection_manager_name (TpConnection *self);
const gchar *tp_connection_get_protocol_name (TpConnection *self);
-TpHandle tp_connection_get_self_handle (TpConnection *self);
+TpHandle tp_connection_get_self_handle (TpConnection *self)
+ _TP_GNUC_DEPRECATED_FOR (tp_connection_get_self_contact);
TpContact *tp_connection_get_self_contact (TpConnection *self);
TpCapabilities * tp_connection_get_capabilities (TpConnection *self);