finch/libgnt/gntbutton.h

branch
soc.2013.gobjectification.plugins
changeset 37034
9d6765962b22
parent 37023
d9bcdc9a91e6
child 37051
f1ba94fd20f1
--- a/finch/libgnt/gntbutton.h	Fri Jan 31 18:02:20 2014 +0530
+++ b/finch/libgnt/gntbutton.h	Fri Jan 31 18:22:41 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