Searched refs:items_to_move (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dselection-chemistry.cpp4100 GSList *items_to_move = NULL; local
4108 items_to_move = g_slist_prepend(items_to_move, copy);
4121 for (GSList *i = items_to_move; NULL != i; i = i->next) {
4137 g_slist_free(items_to_move);

Completed in 50 milliseconds