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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h
index f7d9f9e..6aad12a 100644
--- a/libdocument/ev-file-helpers.h
+++ b/libdocument/ev-file-helpers.h
@@ -40,10 +40,13 @@ void ev_file_helpers_init (void);
void ev_file_helpers_shutdown (void);
gchar *ev_tmp_filename (const char *prefix);
+void ev_tmp_filename_unlink (const gchar *filename);
+void ev_tmp_uri_unlink (const gchar *uri);
gboolean ev_xfer_uri_simple (const char *from,
const char *to,
GError **error);
+
gchar *ev_file_uncompress (const gchar *uri,
EvCompressionType type,
GError **error);