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

/inkscape/src/
H A Dgradient-chemistry.cpp926 GSList *child_objects = NULL; local
931 child_objects = g_slist_prepend (child_objects, child);
945 for (GSList *i = child_objects; i != NULL; i = i->next) {
961 g_slist_free (child_objects);

Completed in 34 milliseconds