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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h
index adec69c..47a5417 100644
--- a/libdocument/ev-file-helpers.h
+++ b/libdocument/ev-file-helpers.h
@@ -47,6 +47,7 @@ gboolean ev_dir_ensure_exists (const gchar *dir,
GFile *ev_tmp_file_get (const gchar *prefix);
gchar *ev_tmp_filename (const char *prefix);
+gchar *ev_tmp_directory (const char *prefix);
void ev_tmp_filename_unlink (const gchar *filename);
void ev_tmp_file_unlink (GFile *file);
void ev_tmp_uri_unlink (const gchar *uri);