Home
last modified time | relevance | path

Searched refs:children_types (Results 1 – 2 of 2) sorted by relevance

/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/selection/
H A Dselectiontool.cc424 set<TypeId> possible_types, types, wrong_types, children_types; in OnRightButtonClicked() local
427 children_types.insert ((*i)->GetType()); in OnRightButtonClicked()
431 children_types.insert ((*i)->GetType()); in OnRightButtonClicked()
454 if (children_types.find (*requested) == children_types.end()) { in OnRightButtonClicked()
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/
H A Dges-container.c960 GType *children_types; in ges_container_group() local
985 children_types = g_type_children (GES_TYPE_CONTAINER, &n_children); in ges_container_group()
986 g_qsort_with_data (children_types, n_children, sizeof (GType), in ges_container_group()
990 clip_class = g_type_class_peek (children_types[i]); in ges_container_group()
997 g_free (children_types); in ges_container_group()