[telepathy-glib/master] account-manager: clarified docs of _get_accounts
Jonny Lamb
jonny.lamb at collabora.co.uk
Sat Sep 26 03:14:34 PDT 2009
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
telepathy-glib/account-manager.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index 3f6080c..58334b2 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -993,9 +993,10 @@ tp_account_manager_ensure_account (TpAccountManager *manager,
* g_list_foreach (accounts, (GFunc) g_object_ref, NULL);
* ]|
*
- * The return value of this function is not guaranteed to have been retrieved
- * until tp_account_manager_prepare_async() has finished; until then, the
- * value is %NULL.
+ * The list of accounts on @manager is not guaranteed to have been retrieved
+ * until %TP_ACCOUNT_MANAGER_FEATURE_CORE is prepared
+ * (tp_account_manager_prepare_async() has returned). Until this feature has
+ * been prepared, an empty list (%NULL) will be returned.
*
* Returns: a newly allocated #GList of accounts in @manager
*
--
1.5.6.5
More information about the telepathy-commits
mailing list