summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-handles.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-10 12:37:05 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-10 16:31:23 +0200
commit2716a4c17f85d7c1ecf5a5b881e900cd4d4ffea3 (patch)
treec6626b16e513749286d18cc64c8cc4be29f10360 /telepathy-glib/connection-handles.c
parent4dfca790804fff5411c316c34cca3494c44b340b (diff)
downloadtelepathy-glib-2716a4c17f85d7c1ecf5a5b881e900cd4d4ffea3.tar.gz
Deprecate tp_connection_get_contact(_list)_attributes
Contact attributes is an internal concept that should not appear in our API.
Diffstat (limited to 'telepathy-glib/connection-handles.c')
-rw-r--r--telepathy-glib/connection-handles.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/connection-handles.c b/telepathy-glib/connection-handles.c
index 248b98a29..d33701a21 100644
--- a/telepathy-glib/connection-handles.c
+++ b/telepathy-glib/connection-handles.c
@@ -401,6 +401,8 @@ tp_connection_request_handles (TpConnection *self,
*
* If @hold is %TRUE, the @callback is given one reference to each handle
* that appears as a key in the callback's @attributes parameter.
+ *
+ * Deprecated: Use tp_simple_client_factory_ensure_contact() instead.
*/
void
tp_connection_get_contact_attributes (TpConnection *self,
@@ -472,6 +474,8 @@ tp_connection_get_contact_attributes (TpConnection *self,
*
* If @hold is %TRUE, the @callback is given a reference to each handle
* that appears as a key in the callback's @attributes parameter.
+ *
+ * Deprecated: Use tp_connection_dup_contact_list() instead.
*/
void
tp_connection_get_contact_list_attributes (TpConnection *self,