diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-24 14:53:13 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-25 19:39:38 +0100 |
commit | 9668f0474e0fe3978ee9ca82eec42c97ba106e01 (patch) | |
tree | e1eaa030d503c40b23f82befe15aef47d42662f5 /telepathy-glib/account.c | |
parent | dd067d0e1dd680e346f889710dc5bc360edc3b24 (diff) | |
download | telepathy-glib-9668f0474e0fe3978ee9ca82eec42c97ba106e01.tar.gz |
account{,-manager}: make it clearer in the docs whether the returned object will be ready or not
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/account.c')
-rw-r--r-- | telepathy-glib/account.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c index 06d33f606..4650a8c3e 100644 --- a/telepathy-glib/account.c +++ b/telepathy-glib/account.c @@ -1361,7 +1361,8 @@ tp_account_init_known_interfaces (void) * @object_path: The non-NULL object path of this account * @error: Used to raise an error if @object_path is not valid * - * Convenience function to create a new account proxy. + * Convenience function to create a new account proxy. The returned #TpAccount + * is not guaranteed to be ready at the point of return. * * Returns: a new reference to an account proxy, or %NULL if @object_path is * not valid @@ -1443,7 +1444,7 @@ tp_account_get_connection (TpAccount *account) * * Set the connection of the account by specifying the connection object path. * This function does not return a new ref and it is not guaranteed that the - * returned #TpConnection object is ready + * returned #TpConnection object is ready. * * Returns: the connection of the account, or %NULL if either the object path * @path is invalid or it is the null-value "/" |