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

/inkscape/src/xml/
H A Drepr.cpp33 /// Returns new document having as first child a node named rootname.
35 sp_repr_document_new(char const *rootname) argument
38 if (!strcmp(rootname, "svg:svg")) {
46 Inkscape::XML::Node *root = doc->createElement(rootname);
H A Drepr.h50 Inkscape::XML::Document *sp_repr_document_new(char const *rootname);

Completed in 13 milliseconds