| 255 |
255 |
| 256 /****************************************************************************** |
256 /****************************************************************************** |
| 257 * GntBindable API |
257 * GntBindable API |
| 258 *****************************************************************************/ |
258 *****************************************************************************/ |
| 259 GType |
259 GType |
| 260 gnt_bindable_get_gtype(void) |
260 gnt_bindable_get_type(void) |
| 261 { |
261 { |
| 262 static GType type = 0; |
262 static GType type = 0; |
| 263 |
263 |
| 264 if (type == 0) { |
264 if (type == 0) { |
| 265 static const GTypeInfo info = { |
265 static const GTypeInfo info = { |