Home | History | Annotate | Download | only in gobject

Lines Matching defs:g_type_class_ref

1651   class = g_type_class_ref (type);
2609 * g_type_class_ref:
2619 g_type_class_ref (GType type)
2649 * call to g_type_class_ref() with a partly initialized class, or
2656 GTypeClass *pclass = ptype ? g_type_class_ref (ptype) : NULL;
2728 * This function is essentially the same as g_type_class_ref(), except that