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

/inkscape/src/
H A Duri.cpp29 URI::URI(gchar const *preformed) throw(BadURIException) { argument
31 if (!preformed) {
34 uri = xmlParseURI(preformed);
H A Duri.h38 * @param preformed Properly quoted C-style string to be represented.
40 explicit URI(char const *preformed) throw(BadURIException);

Completed in 991 milliseconds