Searched refs:n_ifaces (Results 1 – 3 of 3) sorted by relevance
593 guint n_ifaces; in g_object_class_override_property() local597 ifaces = g_type_interfaces (G_OBJECT_CLASS_TYPE (oclass), &n_ifaces); in g_object_class_override_property()598 while (n_ifaces-- && !overridden) in g_object_class_override_property()602 ifaces[n_ifaces], in g_object_class_override_property()
528 guint n_ifaces = CLASSED_NODE_N_IFACES (node); in type_lookup_iface_entry_L() local536 i = (n_ifaces + 1) >> 1; in type_lookup_iface_entry_L()542 n_ifaces -= i; in type_lookup_iface_entry_L()546 n_ifaces = i - 1; in type_lookup_iface_entry_L()548 while (n_ifaces); in type_lookup_iface_entry_L()
317 guint n_ifaces; in signal_id_lookup() local337 ifaces = g_type_interfaces (itype, &n_ifaces); in signal_id_lookup()338 while (n_ifaces--) in signal_id_lookup()342 key.itype = ifaces[n_ifaces]; in signal_id_lookup()