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

/inkscape/src/extension/
H A Dloader.cpp73 _getImplementation GetImplementation = NULL; local
97 if (g_module_symbol(module, "GetImplementation", (gpointer *) &GetImplementation) == FALSE) {
112 Implementation::Implementation *i = GetImplementation();
/inkscape/src/extension/plugins/grid2/
H A Dgrid.h45 extern "C" G_MODULE_EXPORT Inkscape::Extension::Implementation::Implementation* GetImplementation() { return new Inkscape::Extension::Internal::Grid(); } function

Completed in 13 milliseconds