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

/inkscape/src/io/
H A Dinkscapestream.h24 StreamException(const char *theReason) throw() argument
25 { reason = theReason; }
26 StreamException(Glib::ustring &theReason) throw() argument
27 { reason = theReason; }

Completed in 75 milliseconds