]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-file-helpers.h
2007-07-03 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
[evince.git] / libdocument / ev-file-helpers.h
index 945573d51e25bde532679c93fe0d007e8c08ee74..6aad12a2eedb55b869a644491a23776fbbcb4078 100644 (file)
@@ -40,13 +40,19 @@ 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);
+gchar       *ev_file_compress         (const gchar       *uri,
+                                      EvCompressionType  type,
+                                      GError           **error);
 
 
 G_END_DECLS