Searched refs:type_instance (Results 1 – 2 of 2) sorted by relevance
4059 g_type_check_instance_is_a (GTypeInstance *type_instance, in g_type_check_instance_is_a() argument4065 if (!type_instance || !type_instance->g_class) in g_type_check_instance_is_a()4068 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_is_a()4076 g_type_check_instance_is_fundamentally_a (GTypeInstance *type_instance, in g_type_check_instance_is_fundamentally_a() argument4080 if (!type_instance || !type_instance->g_class) in g_type_check_instance_is_fundamentally_a()4082 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_is_fundamentally_a()4104 g_type_check_instance_cast (GTypeInstance *type_instance, in g_type_check_instance_cast() argument4107 if (type_instance) in g_type_check_instance_cast()4109 if (type_instance->g_class) in g_type_check_instance_cast()4114 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_cast()[all …]
570 gboolean (*my_type_check_instance_is_a) (GTypeInstance *type_instance,