Searched refs:utf8path (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dregistrytool.cpp114 gchar *utf8path = g_utf16_to_utf8(pathw, -1, 0,0,0); local
115 fullPath = utf8path;
116 g_free(utf8path);
H A Dfile.cpp529 gchar *utf8path = g_utf16_to_utf8( local
531 if(utf8path)
533 open_path = Glib::ustring(utf8path);
534 g_free(utf8path);
/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp854 gchar *utf8path = g_utf16_to_utf8( local
856 if(utf8path)
858 open_path = Glib::ustring(utf8path);
859 g_free(utf8path);

Completed in 291 milliseconds