summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-08-05 11:03:34 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-08-05 11:03:34 +0200
commit9d6e53029bdeb2d4ae3c59e1674f4558d6340758 (patch)
tree9b5eb47334048a38f81f247f373a8e4c6fda351d /telepathy-glib
parentdc26a80ed9bad3e565dea605ca60661e757de64e (diff)
downloadtelepathy-glib-9d6e53029bdeb2d4ae3c59e1674f4558d6340758.tar.gz
Doc fix: preparing TP_CONNECTION_FEATURE_CONTACT_LIST is not enough to get contacts
contact-list-state must also be SUCCESS
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/connection-contact-list.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/telepathy-glib/connection-contact-list.c b/telepathy-glib/connection-contact-list.c
index d83da265d..ba5fadae5 100644
--- a/telepathy-glib/connection-contact-list.c
+++ b/telepathy-glib/connection-contact-list.c
@@ -608,10 +608,12 @@ _tp_connection_prepare_contact_groups_async (TpProxy *proxy,
* "contact-list" feature.
*
* When this feature is prepared, the contact list properties of the Connection
- * has been retrieved, and all #TpContact objects has been prepared with the
- * desired features. See tp_connection_dup_contact_list() to get the list of
- * contacts, and tp_simple_client_factory_add_contact_features() to define which
- * features needs to be prepared on them.
+ * has been retrieved. If #TpConnection:contact-list-state is
+ * %TP_CONTACT_LIST_STATE_SUCCESS, all #TpContact objects will also be created
+ * and prepared with the desired features. See tp_connection_dup_contact_list()
+ * to get the list of contacts, and
+ * tp_simple_client_factory_add_contact_features() to define which features
+ * needs to be prepared on them.
*
* This feature will fail to prepare when using obsolete Telepathy connection
* managers which do not implement the ContactList interface.