| 141 |
141 |
| 142 /****************************************************************************** |
142 /****************************************************************************** |
| 143 * GntButton API |
143 * GntButton API |
| 144 *****************************************************************************/ |
144 *****************************************************************************/ |
| 145 GType |
145 GType |
| 146 gnt_button_get_gtype(void) { |
146 gnt_button_get_type(void) { |
| 147 static GType type = 0; |
147 static GType type = 0; |
| 148 |
148 |
| 149 if(type == 0) { |
149 if(type == 0) { |
| 150 static const GTypeInfo info = { |
150 static const GTypeInfo info = { |
| 151 sizeof(GntButtonClass), |
151 sizeof(GntButtonClass), |