Searched refs:children_types (Results 1 – 2 of 2) sorted by relevance
424 set<TypeId> possible_types, types, wrong_types, children_types; in OnRightButtonClicked() local427 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()
960 GType *children_types; in ges_container_group() local985 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()