From aa8e9dad472cbadc96719a8f521768aeeb0913f0 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Mon, 25 Dec 2023 15:11:04 -0500 Subject: comics: Use libarchive to unpack documents This commit eliminates the use of external commands for opening comic documents, and uses libarchive instead. --- libdocument/ev-document.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libdocument/ev-document.h') 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; -- cgit v1.2.1