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

/inkscape/src/extension/plugins/grid2/
H A Dgrid.h46 extern "C" G_MODULE_EXPORT const gchar* GetInkscapeVersion() { return Inkscape::version_string; } function
/inkscape/src/extension/
H A Dloader.cpp74 _getInkscapeVersion GetInkscapeVersion = NULL; local
89 if (g_module_symbol(module, "GetInkscapeVersion", (gpointer *) &GetInkscapeVersion) == FALSE) {
105 const gchar* version = GetInkscapeVersion();

Completed in 37 milliseconds