Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/djvu/djvu-document-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-04-29 19:09:39 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-04-29 19:09:39 (GMT)
commitb319a23ddba7c54078aefaae57a036d25a1e5c4b (patch)
tree1c620f25390786dd65054cd0b934b94f60285c85 /backend/djvu/djvu-document-private.h
parent840b2e3dae4b898d1e1fdbc3e7ef0529f36d6745 (diff)
Make sure load job doesn't finish successfully when the document is not
2008-04-29 Carlos Garcia Campos <carlosgc@gnome.org> * backend/djvu/djvu-document-private.h: * backend/djvu/djvu-links.c: * backend/djvu/djvu-text.c: * backend/djvu/djvu-document.c: (djvu_handle_events), (djvu_wait_for_message), (djvu_document_load), (document_get_page_size), (djvu_document_render), (djvu_document_thumbnails_get_thumbnail), (djvu_document_file_exporter_end): Make sure load job doesn't finish successfully when the document is not successfully decoded by libdjvu. Fixes bug #530202. svn path=/trunk/; revision=3027
Diffstat (limited to 'backend/djvu/djvu-document-private.h')
-rw-r--r--backend/djvu/djvu-document-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/djvu/djvu-document-private.h b/backend/djvu/djvu-document-private.h
index 3e7deed..30810bb 100644
--- a/backend/djvu/djvu-document-private.h
+++ b/backend/djvu/djvu-document-private.h
@@ -45,6 +45,7 @@ struct _DjvuDocument {
int djvu_document_get_n_pages (EvDocument *document);
void djvu_handle_events (DjvuDocument *djvu_document,
- int wait);
+ int wait,
+ GError **error);
#endif /* __DJVU_DOCUMENT_INTERNAL_H__ */