X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-file-helpers.h;h=6aad12a2eedb55b869a644491a23776fbbcb4078;hb=4f6105d3df2cbf07bccd7de156693aab7e71bc31;hp=945573d51e25bde532679c93fe0d007e8c08ee74;hpb=b346c5664d27a77e9068ea91eaf9a0c0d6210b0f;p=evince.git diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h index 945573d5..6aad12a2 100644 --- a/libdocument/ev-file-helpers.h +++ b/libdocument/ev-file-helpers.h @@ -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