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

/inkscape/src/
H A Duri.cpp29 URI::URI(gchar const *preformed) throw(BadURIException) { argument
31 if (!preformed) {
34 uri = xmlParseURI(preformed);

Completed in 15 milliseconds