diff options
| author | Josh Andler <scislac@gmail.com> | 2009-09-16 02:04:50 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2009-09-16 02:04:50 +0000 |
| commit | 1807c74cbec5204385b71b3a120ebcd40f80c18e (patch) | |
| tree | 4acd4e7edddf85e9a027230a382134ed12cbf3b7 /src/io/sys.h | |
| parent | Swedish translation update by Elias. (diff) | |
| download | inkscape-1807c74cbec5204385b71b3a120ebcd40f80c18e.tar.gz inkscape-1807c74cbec5204385b71b3a120ebcd40f80c18e.zip | |
Fix by Adib for 353847
(bzr r8601)
Diffstat (limited to 'src/io/sys.h')
| -rw-r--r-- | src/io/sys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/sys.h b/src/io/sys.h index 29c33c1c7..8623f6be9 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -38,6 +38,8 @@ int file_open_tmp( std::string& name_used, const std::string& prefix ); bool file_test( char const *utf8name, GFileTest test ); +bool file_is_writable( char const *utf8name); + GDir *dir_open(gchar const *utf8name, guint flags, GError **error); gchar *dir_read_utf8name(GDir *dir); |
