summaryrefslogtreecommitdiff
path: root/libdocument/ev-document.h
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2023-12-25 15:11:04 -0500
committerLuke from DC <[email protected]>2024-01-07 22:17:05 +0000
commitce41df6467521ff9fd4f16514ae7d6ebb62eb1ed (patch)
tree9f4ac5a7fac935d9c81fbe489517eecdc408667c /libdocument/ev-document.h
parent600b552f162fa6b59a937be541d8a377807bcceb (diff)
downloadatril-ce41df6467521ff9fd4f16514ae7d6ebb62eb1ed.tar.bz2
atril-ce41df6467521ff9fd4f16514ae7d6ebb62eb1ed.tar.xz
comics: Use libarchive to unpack documents
This commit eliminates the use of external commands for opening comic documents, and uses libarchive instead.
Diffstat (limited to 'libdocument/ev-document.h')
-rw-r--r--libdocument/ev-document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h
index 744d0f95..ea0016c0 100644
--- a/libdocument/ev-document.h
+++ b/libdocument/ev-document.h
@@ -56,6 +56,7 @@ typedef struct _EvDocumentPrivate EvDocumentPrivate;
typedef enum
{
EV_DOCUMENT_ERROR_INVALID,
+ EV_DOCUMENT_ERROR_UNSUPPORTED_CONTENT,
EV_DOCUMENT_ERROR_ENCRYPTED
} EvDocumentError;