Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-file-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-file-helpers.h')
-rw-r--r--libdocument/ev-file-helpers.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h
index 2c27b38..51d763d 100644
--- a/libdocument/ev-file-helpers.h
+++ b/libdocument/ev-file-helpers.h
@@ -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);