finch/libgnt/gntbutton.h

branch
soc.2013.gobjectification.plugins
changeset 37023
d9bcdc9a91e6
parent 37017
8e2b68c79fa1
child 37034
9d6765962b22
equal deleted inserted replaced
37022:d891503c8aa6 37023:d9bcdc9a91e6
71 }; 71 };
72 72
73 G_BEGIN_DECLS 73 G_BEGIN_DECLS
74 74
75 /** 75 /**
76 * Returns: GType for Gntbutton 76 * @return GType for Gntbutton
77 */ 77 */
78 GType gnt_button_get_gtype(void); 78 GType gnt_button_get_gtype(void);
79 79
80 /** 80 /**
81 * Create a new button. 81 * Create a new button.
82 * 82 *
83 * @text: The text for the button. 83 * @param text The text for the button.
84 * 84 *
85 * Returns: The newly created button. 85 * @return The newly created button.
86 */ 86 */
87 GntWidget * gnt_button_new(const char *text); 87 GntWidget * gnt_button_new(const char *text);
88 88
89 G_END_DECLS 89 G_END_DECLS
90 90

mercurial