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

/inkscape/src/
H A Dsp-tref.cpp46 static void build_string_from_root(Inkscape::XML::Node *root, Glib::ustring *retString);
422 build_string_from_root(Inkscape::XML::Node *root, Glib::ustring *retString) argument
424 if (root && retString) {
428 *retString += (root->content());
430 debug("%s", retString->c_str());
437 build_string_from_root(childNode, retString);

Completed in 14 milliseconds