summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-handles.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-19 15:25:56 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-19 15:29:30 +0100
commit041ff9a99272697a58e7a1e5e07a29e57a4dee90 (patch)
treea11ebc8e497073a105aeb79e2adc28d9a41761ac /telepathy-glib/connection-handles.c
parent701f4a7d89ecdcbaf258614ab7f3ba64aa72e0bd (diff)
downloadtelepathy-glib-041ff9a99272697a58e7a1e5e07a29e57a4dee90.tar.gz
Update ContactList spec to draft 3, but for the moment keep draft 2 semantics
Diffstat (limited to 'telepathy-glib/connection-handles.c')
-rw-r--r--telepathy-glib/connection-handles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/connection-handles.c b/telepathy-glib/connection-handles.c
index be367240e..792a7e174 100644
--- a/telepathy-glib/connection-handles.c
+++ b/telepathy-glib/connection-handles.c
@@ -810,7 +810,7 @@ tp_connection_get_contact_attributes (TpConnection *self,
}
/**
- * tp_connection_request_contact_list_attributes:
+ * tp_connection_get_contact_list_attributes:
* @self: a connection
* @timeout_ms: the timeout in milliseconds (using a large timeout is
* recommended)
@@ -839,7 +839,7 @@ tp_connection_get_contact_attributes (TpConnection *self,
* that appears as a key in the callback's @attributes parameter.
*/
void
-tp_connection_request_contact_list_attributes (TpConnection *self,
+tp_connection_get_contact_list_attributes (TpConnection *self,
gint timeout_ms,
const gchar * const *interfaces,
gboolean hold,
@@ -862,7 +862,7 @@ tp_connection_request_contact_list_attributes (TpConnection *self,
c->callback = callback;
c->hold = hold;
- tp_cli_connection_interface_contact_list_call_request_contact_list (
+ tp_cli_connection_interface_contact_list_call_get_contact_list_attributes (
self, -1, (const gchar **) interfaces, hold,
connection_got_contact_attributes,
c, get_contact_attributes_context_free, weak_object);