finch/libgnt/gntbutton.h

branch
gtkdoc-conversion
changeset 35393
00f876b129bc
parent 20198
90ae53934c28
child 35408
5f7ccec14f33
child 37023
d9bcdc9a91e6
--- a/finch/libgnt/gntbutton.h	Fri Jan 31 17:56:27 2014 +0530
+++ b/finch/libgnt/gntbutton.h	Fri Jan 31 18:14:33 2014 +0530
@@ -73,16 +73,16 @@
 G_BEGIN_DECLS
 
 /**
- * @return  GType for Gntbutton
+ * Returns:  GType for Gntbutton
  */
 GType gnt_button_get_gtype(void);
 
 /**
  * Create a new button.
  *
- * @param text   The text for the button.
+ * @text:   The text for the button.
  *
- * @return  The newly created button.
+ * Returns:  The newly created button.
  */
 GntWidget * gnt_button_new(const char *text);
 

mercurial