| 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 |