aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-21 06:49:43 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:14 +0800
commita930368ca105ffd261bff388fe70547b50aec16e (patch)
treea29a3f0350a07cf637330387bae3922fc16a3bf7 /libempathy
parent69cb2388f47ee79dfa4a8465aa8f90680890818d (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account-manager.c2
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.
**/