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-profile-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-profile-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-profile-chooser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-profile-chooser.c b/libempathy-gtk/empathy-profile-chooser.c index 495956169..10eb3791a 100644 --- a/libempathy-gtk/empathy-profile-chooser.c +++ b/libempathy-gtk/empathy-profile-chooser.c @@ -51,7 +51,8 @@ enum { * empathy_profile_chooser_dup_selected: * @widget: an #EmpathyProfileChooser * - * Returns a new reference to the selected #McProfile in @widget. + * Returns a new reference to the selected #McProfile in @widget. The returned + * #McProfile should be unrefed with g_object_unref() when finished with. * * Return value: a new reference to the selected #McProfile */ |