X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-document-private.h;h=a110e15e00c8cbf2b036ae115ed8fa1f5ffd1fcb;hb=03a4afa9aeab342a63530db46888e405ea1c8afc;hp=37651ef7fa31e85732019982b0f92cc5ef99cbc1;hpb=abe946bae0c2b6ed275eaba528cee0d65f7984d1;p=evince.git diff --git a/backend/djvu/djvu-document-private.h b/backend/djvu/djvu-document-private.h index 37651ef7..a110e15e 100644 --- a/backend/djvu/djvu-document-private.h +++ b/backend/djvu/djvu-document-private.h @@ -22,7 +22,6 @@ #define __DJVU_DOCUMENT_INTERNAL_H__ #include "djvu-document.h" -#include "djvu-text.h" #include @@ -32,11 +31,10 @@ struct _DjvuDocument { ddjvu_context_t *d_context; ddjvu_document_t *d_document; ddjvu_format_t *d_format; + ddjvu_format_t *thumbs_format; gchar *uri; - DjvuText *search; - /* PS exporter */ gchar *ps_filename; GString *opts; @@ -44,6 +42,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__ */