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

/inkscape/src/extension/internal/
H A Dtext_reassemble.h239 } CHILD_SPECS; typedef in typeref:struct:__anon74
247 CHILD_SPECS kids; /**< immediate child nodes of this complex, for type TR_TEXT the
341 int csp_make_insertable(CHILD_SPECS *csp);
342 int csp_insert(CHILD_SPECS *csp, int src);
343 int csp_merge(CHILD_SPECS *dst, CHILD_SPECS *src);
344 void csp_release(CHILD_SPECS *csp);
345 void csp_clear(CHILD_SPECS *csp);

Completed in 14 milliseconds