Home | History | Annotate | Download | only in gobject

Lines Matching defs:CommonData

169 typedef struct _CommonData      CommonData;
291 CommonData common;
303 CommonData common;
316 CommonData common;
333 CommonData common;
1061 data = g_malloc0 (sizeof (CommonData) + vtable_size);
1063 vtable = G_STRUCT_MEMBER_P (data, sizeof (CommonData));