Search

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

/inkscape/src/io/
H A Dsys.cpp163 * Wrapper around Glib::file_open_tmp().
173 * On Windows Vista Glib::file_open_tmp fails with the current version of glibmm
177 int Inkscape::IO::file_open_tmp(std::string& name_used, const std::string& prefix) function in class:Inkscape::IO
179 return Glib::file_open_tmp(name_used, prefix);

Completed in 14 milliseconds