--- a/finch/libgnt/gntbutton.h Sun Feb 02 01:21:37 2014 +0530 +++ b/finch/libgnt/gntbutton.h Sun Feb 02 02:27:03 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. */