Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::IO |
Low-level IO code. | |
Functions | |
void | Inkscape::IO::dump_fopen_call (char const *utf8name, char const *id) |
FILE * | Inkscape::IO::fopen_utf8name (char const *utf8name, char const *mode) |
Open a file with g_fopen(). | |
bool | Inkscape::IO::file_test (char const *utf8name, GFileTest test) |
bool | Inkscape::IO::file_is_writable (char const *utf8name) |
Glib::ustring | Inkscape::IO::sanitizeString (char const *str) |
Glib::ustring | Inkscape::IO::get_file_extension (Glib::ustring const &path) |
std::string | Inkscape::IO::get_file_extension (std::string const &path) |
void | Inkscape::IO::remove_file_extension (std::string &path) |
Removes a file extension, if found, from the given path. | |