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

/inkscape/src/
H A Dmain.cpp620 gchar *extdir; local
624 extdir = g_win32_locale_filename_from_utf8(INKSCAPE_EXTENSIONDIR);
626 extdir = g_strdup(INKSCAPE_EXTENSIONDIR);
633 if (!g_path_is_absolute(extdir)) {
635 gchar *extdir_new = g_build_filename(curdir, extdir, NULL);
636 g_free(extdir);
638 extdir = extdir_new;
643 extdir, pythonpath);
644 g_free(extdir);
646 new_pythonpath = extdir;
[all...]

Completed in 1432 milliseconds