finch/gntstatus.h

branch
gtkdoc-conversion
changeset 35410
5a6336f20f6e
parent 35393
00f876b129bc
child 35449
c5f8cb0fb8ef
child 37051
f1ba94fd20f1
--- a/finch/gntstatus.h	Sun Feb 02 03:34:37 2014 +0530
+++ b/finch/gntstatus.h	Sun Feb 02 03:49:08 2014 +0530
@@ -35,14 +35,17 @@
 /*@{*/
 
 /**
+ * finch_savedstatus_show_all:
+ *
  * Show a dialog with all the saved statuses.
  */
 void finch_savedstatus_show_all(void);
 
 /**
- * Show a dialog to edit a status.
+ * finch_savedstatus_edit:
+ * @saved: The saved status to edit. Set it to %NULL to create a new status.
  *
- * @saved: The saved status to edit. Set it to %NULL to create a new status.
+ * Show a dialog to edit a status.
  */
 void finch_savedstatus_edit(PurpleSavedStatus *saved);
 

mercurial