finch/libgnt/gntbindable.c

changeset 35379
ea1a0327001e
parent 31294
73607ab89c6f
child 35475
ec0d44434ba8
equal deleted inserted replaced
35378:5d9e2581005b 35379:ea1a0327001e
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 = {

mercurial