summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-25 16:25:33 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-25 16:25:33 +0100
commit4ef1225466cdfcd05d15270ba11d8be3b6da6959 (patch)
treeb506933cc494c02b8aeeb76a7f4751fee509498d
parent3d6aa89f23782a50d0fac7465b66cebf1c52dcb6 (diff)
account-manager: clarify what state the TpAccount is in when returned
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-ytstenut-glib/account-manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-ytstenut-glib/account-manager.c b/telepathy-ytstenut-glib/account-manager.c
index d1785a8..0a30337 100644
--- a/telepathy-ytstenut-glib/account-manager.c
+++ b/telepathy-ytstenut-glib/account-manager.c
@@ -242,6 +242,9 @@ tp_yts_account_manager_get_account_async (TpYtsAccountManager *self,
*
* Complete an asynchronous operation to get the Ytstenut account.
*
+ * Note that the #TpAccount returned is not guaranteed to have been
+ * prepared with any features and this should be done separately.
+ *
* Returns: A newly allocated #TpAccount proxy, which you can use to access
* the Ytstenut account. If the operation failed %NULL will be returned.
*/