summaryrefslogtreecommitdiff
path: root/libdocument
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2023-12-25 15:11:04 -0500
committerlukefromdc <[email protected]>2024-01-08 23:03:44 -0500
commitaa8e9dad472cbadc96719a8f521768aeeb0913f0 (patch)
tree6bd930efc193fe77be5c74eee725d873a9afdbd5 /libdocument
parent658fab1f008bff7e1ec147d95baa04bc44c2fbcd (diff)
downloadatril-aa8e9dad472cbadc96719a8f521768aeeb0913f0.tar.bz2
atril-aa8e9dad472cbadc96719a8f521768aeeb0913f0.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')
-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 67f53abb..8f54e6b5 100644
--- a/libdocument/ev-document.h
+++ b/libdocument/ev-document.h
@@ -59,6 +59,7 @@ typedef struct _EvDocumentPrivate EvDocumentPrivate;
typedef enum
{
EV_DOCUMENT_ERROR_INVALID,
+ EV_DOCUMENT_ERROR_UNSUPPORTED_CONTENT,
EV_DOCUMENT_ERROR_ENCRYPTED
} EvDocumentError;