[empathy] Changed some "Return value:" for "Returns:" in gtk-doc annotations



commit 2280a10c6084618eb66647d05e3ee800c411c843
Author: Laurent Contzen <lcontzen gmail com>
Date:   Mon Aug 6 10:19:40 2012 +0200

    Changed some "Return value:" for "Returns:" in gtk-doc annotations

 libempathy-gtk/empathy-roster-model.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-roster-model.c b/libempathy-gtk/empathy-roster-model.c
index 2334c63..cb5cde6 100644
--- a/libempathy-gtk/empathy-roster-model.c
+++ b/libempathy-gtk/empathy-roster-model.c
@@ -174,7 +174,7 @@ empathy_roster_model_get_groups_for_individual (EmpathyRosterModel *self,
  *
  * Returns a list of the top_individuals.
  *
- * Return value: (transfer none): a #GList of #FolksIndividual
+ * Returns: (transfer none): a #GList of #FolksIndividual
  */
 GList *
 empathy_roster_model_get_top_individuals (EmpathyRosterModel *self)
@@ -197,7 +197,7 @@ empathy_roster_model_get_top_individuals (EmpathyRosterModel *self)
  * Checks if the passed #EmpathyRosterContact should be displayed in
  * top contacts.
  *
- * Return value: %TRUE if it should be displayed in top contacts, %FALSE
+ * Returns: %TRUE if it should be displayed in top contacts, %FALSE
  * if not
  */
 gboolean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]