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

/inkscape/src/extension/
H A Dpatheffect.cpp59 gchar const * ext_id = prefs->attribute("extension"); local
60 if (ext_id == NULL) {
66 peffect = dynamic_cast<Inkscape::Extension::PathEffect *>(Inkscape::Extension::db.get(ext_id));

Completed in 39 milliseconds