]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-file-helpers.h
Set points_set to TRUE so that selections don't disappear after a zoom
[evince.git] / libdocument / ev-file-helpers.h
index 945573d51e25bde532679c93fe0d007e8c08ee74..f7d9f9e129a5912dcdb5a3415c29eec8018c4739 100644 (file)
@@ -47,6 +47,9 @@ gboolean     ev_xfer_uri_simple       (const char        *from,
 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