aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-23 17:03:06 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-23 17:12:37 +0800
commit56beb181035248b4aff6927b3397708755ce6588 (patch)
treeff73116c29bb986e9ba3b7e0539ca98ce2364c36 /libempathy-gtk/empathy-contact-selector.c
parent78f1e5cec3c97700d1ebd70fc949ba1ddf4ffa6b (diff)
downloadgsoc2013-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-contact-selector.c')
-rw-r--r--libempathy-gtk/empathy-contact-selector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c
index a51d8d3fe..f4a302c5b 100644
--- a/libempathy-gtk/empathy-contact-selector.c
+++ b/libempathy-gtk/empathy-contact-selector.c
@@ -372,8 +372,8 @@ empathy_contact_selector_new (EmpathyContactList *contact_list)
* @selector: An #EmpathyContactSelector
*
* Returns a new reference to the contact which is currently selected in
- * @selector, or %NULL if there is no contact selected. The contact should
- * be unrefed with g_object_unref() when finished with.
+ * @selector, or %NULL if there is no contact selected. The returned contact
+ * should be unrefed with g_object_unref() when finished with.
*
* Return value: A new reference to the contact currently selected, or %NULL
*/