]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-file-helpers.h
Move ev_dot_dir() from libdocument to shell, since it shouldn't be public
[evince.git] / libdocument / ev-file-helpers.h
index 2c27b389c4475095075c1282dde89298c177e4d7..51d763db75b5ff2917eccd7d6259ee9786102dd4 100644 (file)
@@ -36,14 +36,15 @@ typedef enum {
        EV_COMPRESSION_GZIP
 } EvCompressionType;
 
-const gchar *ev_dot_dir               (void);
-
 const gchar *ev_tmp_dir               (void);
 
 void         ev_file_helpers_init     (void);
 
 void         ev_file_helpers_shutdown (void);
 
+gboolean     ev_dir_ensure_exists     (const gchar       *dir,
+                                       int                mode);
+
 GFile       *ev_tmp_file_get          (const gchar       *prefix);
 gchar       *ev_tmp_filename          (const char        *prefix);
 void         ev_tmp_filename_unlink   (const gchar       *filename);