Searched defs:items_to_ungroup (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dselection-chemistry.cpp4058 GSList *items_to_ungroup = NULL; local
4091 items_to_ungroup = g_slist_prepend(items_to_ungroup, group);
4141 for (GSList *i = items_to_ungroup ; NULL != i ; i = i->next) {
4153 g_slist_free(items_to_ungroup);

Completed in 72 milliseconds