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=833eade90ebf74f40432a62f4f3eb311ce8206b9;hb=69db0c0ffccd2d0fc443e9e9e165caf43a3706f8;hp=cd86320ed804abf3faa149b8a4c0deb67f6b9970;hpb=e912e532fd67211aa87ac79414efb30f30a00fab;p=evince.git diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h index cd86320e..833eade9 100644 --- a/libdocument/ev-file-helpers.h +++ b/libdocument/ev-file-helpers.h @@ -50,6 +50,10 @@ gboolean ev_xfer_uri_simple (const char *from, const char *to, GError **error); +gchar *ev_file_get_mime_type (const gchar *uri, + gboolean fast, + GError **error); + gchar *ev_file_uncompress (const gchar *uri, EvCompressionType type, GError **error);