diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-21 06:49:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:14 +0800 |
commit | a930368ca105ffd261bff388fe70547b50aec16e (patch) | |
tree | a29a3f0350a07cf637330387bae3922fc16a3bf7 | |
parent | 69cb2388f47ee79dfa4a8465aa8f90680890818d (diff) | |
download | gsoc2013-empathy-a930368ca105ffd261bff388fe70547b50aec16e.tar gsoc2013-empathy-a930368ca105ffd261bff388fe70547b50aec16e.tar.gz gsoc2013-empathy-a930368ca105ffd261bff388fe70547b50aec16e.tar.bz2 gsoc2013-empathy-a930368ca105ffd261bff388fe70547b50aec16e.tar.lz gsoc2013-empathy-a930368ca105ffd261bff388fe70547b50aec16e.tar.xz gsoc2013-empathy-a930368ca105ffd261bff388fe70547b50aec16e.tar.zst gsoc2013-empathy-a930368ca105ffd261bff388fe70547b50aec16e.zip |
Make explicit in the doc of empathy_account_manager_get_connection that it does not return a new ref
-rw-r--r-- | libempathy/empathy-account-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 38f8c6085..fc749458a 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -755,7 +755,7 @@ empathy_account_manager_dup_accounts (EmpathyAccountManager *manager) * @account: a #McAccount * * Get the connection of the accounts, or NULL if account is offline or the - * connection is not yet ready. + * connection is not yet ready. This function does not return a new ref. * * Returns: the connection of the accounts. **/ |