/soc/2013/ankitkv/gobjectification: 8f1484ee3e1c: Move 'See' abo...

Ankit Vani a at nevitus.org
Thu Feb 6 12:36:01 EST 2014


Changeset: 8f1484ee3e1c82bf2d93cf20f77e821467fc16f0
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-06 20:22 +0530
Branch:	 gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/8f1484ee3e1c

Description:

Move 'See' above 'Returns:'

diffstat:

 finch/libgnt/gnttree.h |  4 ++--
 libpurple/buddylist.h  |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff --git a/finch/libgnt/gnttree.h b/finch/libgnt/gnttree.h
--- a/finch/libgnt/gnttree.h
+++ b/finch/libgnt/gnttree.h
@@ -116,9 +116,9 @@ GType gnt_tree_get_type(void);
  *
  * Create a tree with one column.
  *
+ * See gnt_tree_new_with_columns().
+ *
  * Returns: The newly created tree
- *
- * See gnt_tree_new_with_columns().
  */
 GntWidget * gnt_tree_new(void);
 
diff --git a/libpurple/buddylist.h b/libpurple/buddylist.h
--- a/libpurple/buddylist.h
+++ b/libpurple/buddylist.h
@@ -193,10 +193,10 @@ PurpleBlistNode *purple_blist_get_root(v
  * discouraged if you do not actually need every buddy in the list.  Use
  * purple_blist_find_buddies instead.
  *
+ * See purple_blist_find_buddies().
+ *
  * Returns: A list of every buddy in the list. Caller is responsible for
- *         freeing the list.
- *
- * See purple_blist_find_buddies().
+ *          freeing the list.
  */
 GSList *purple_blist_get_buddies(void);
 



More information about the Commits mailing list