summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.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/contact.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/contact.c')
-rw-r--r--telepathy-glib/contact.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index 2a2145d63..756c39a33 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -4047,9 +4047,8 @@ contacts_get_attributes (ContactsContext *context)
/* The Hold parameter is only true if we started from handles, and we don't
* already have all the contacts we need. */
context->refcount++;
- tp_connection_get_contact_attributes (context->connection, -1,
- context->handles->len, (const TpHandle *) context->handles->data,
- supported_interfaces,
+ tp_cli_connection_interface_contacts_call_get_contact_attributes (
+ context->connection, -1, context->handles, supported_interfaces,
(context->signature == CB_BY_HANDLE && context->contacts->len == 0),
contacts_got_attributes,
context, contacts_context_unref, context->weak_object);