finch/libgnt/gntbutton.h

branch
soc.2013.gobjectification.plugins
changeset 37051
f1ba94fd20f1
parent 37034
9d6765962b22
parent 35408
5f7ccec14f33
child 37064
3373bd0b4ea6
--- a/finch/libgnt/gntbutton.h	Sun Feb 02 01:22:13 2014 +0530
+++ b/finch/libgnt/gntbutton.h	Sun Feb 02 03:49:31 2014 +0530
@@ -73,14 +73,17 @@
 G_BEGIN_DECLS
 
 /**
+ * gnt_button_get_gtype:
+ *
  * Returns:  GType for Gntbutton
  */
 GType gnt_button_get_gtype(void);
 
 /**
- * Create a new button.
+ * gnt_button_new:
+ * @text:   The text for the button.
  *
- * @text:   The text for the button.
+ * Create a new button.
  *
  * Returns:  The newly created button.
  */

mercurial