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

/inkscape/src/
H A Dsp-object.h75 SP_NO_EXCEPTION, enumerator in enum:__anon97
98 #define SP_EXCEPTION_INIT(ex) {(ex)->code = SP_NO_EXCEPTION;}
99 #define SP_EXCEPTION_IS_OK(ex) (!(ex) || ((ex)->code == SP_NO_EXCEPTION))

Completed in 236 milliseconds