Home | History | Annotate | Download | only in gobject

Lines Matching refs:g_type_check_instance_cast

453  * G_TYPE_CHECK_INSTANCE_CAST:
464 #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
1428 GTypeInstance* g_type_check_instance_cast (GTypeInstance *instance,
1464 ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))