diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-23 17:03:06 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-23 17:12:37 +0800 |
commit | 56beb181035248b4aff6927b3397708755ce6588 (patch) | |
tree | ff73116c29bb986e9ba3b7e0539ca98ce2364c36 /libempathy-gtk/empathy-account-chooser.c | |
parent | 78f1e5cec3c97700d1ebd70fc949ba1ddf4ffa6b (diff) | |
download | gsoc2013-empathy-56beb181035248b4aff6927b3397708755ce6588.tar gsoc2013-empathy-56beb181035248b4aff6927b3397708755ce6588.tar.gz gsoc2013-empathy-56beb181035248b4aff6927b3397708755ce6588.tar.bz2 gsoc2013-empathy-56beb181035248b4aff6927b3397708755ce6588.tar.lz gsoc2013-empathy-56beb181035248b4aff6927b3397708755ce6588.tar.xz gsoc2013-empathy-56beb181035248b4aff6927b3397708755ce6588.tar.zst gsoc2013-empathy-56beb181035248b4aff6927b3397708755ce6588.zip |
Misc. gtk-doc updates, including being more explicit about refs.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy-gtk/empathy-account-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c index aa6cf29e0..5d11e8e1e 100644 --- a/libempathy-gtk/empathy-account-chooser.c +++ b/libempathy-gtk/empathy-account-chooser.c @@ -254,7 +254,7 @@ empathy_account_chooser_new (void) * * Returns the account which is currently selected in the chooser or %NULL * if there is no account selected. The #McAccount returned should be - * unrefed when finished with. + * unrefed with g_object_unref() when finished with. * * Return value: a new ref to the #McAccount currently selected, or %NULL. */ @@ -284,9 +284,12 @@ empathy_account_chooser_dup_account (EmpathyAccountChooser *chooser) * empathy_account_chooser_get_connection: * @chooser: an #EmpathyAccountChooser * - * Returns the #TpConnection associated with the account currently selected. + * Returns a borrowed reference to the #TpConnection associated with the + * account currently selected. The caller must reference the returned object with + * g_object_ref() if it will be kept * - * Return value: the #TpConnection associated with the account curently selected. + * Return value: a borrowed reference to the #TpConnection associated with the + * account curently selected. */ TpConnection * empathy_account_chooser_get_connection (EmpathyAccountChooser *chooser) |