Searched refs:iface_class (Results 1 – 2 of 2) sorted by relevance
811 GTypeInterface *iface_class = g_iface; in g_object_interface_install_property() local813 g_return_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type)); in g_object_interface_install_property()819 (void) install_property_internal (iface_class->g_type, 0, pspec); in g_object_interface_install_property()880 GTypeInterface *iface_class = g_iface; in g_object_interface_find_property() local882 g_return_val_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type), NULL); in g_object_interface_find_property()887 iface_class->g_type, in g_object_interface_find_property()1019 GTypeInterface *iface_class = g_iface; in g_object_interface_list_properties() local1023 g_return_val_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type), NULL); in g_object_interface_list_properties()1026 iface_class->g_type, in g_object_interface_list_properties()1584 GTypeInterface *iface_class = g_iface; in object_interface_check_properties() local[all …]
3222 GTypeInterface *iface_class = g_iface; in g_type_interface_peek_parent() local3226 iface = lookup_type_node_I (iface_class->g_type); in g_type_interface_peek_parent()3227 node = lookup_type_node_I (iface_class->g_instance_type); in g_type_interface_peek_parent()