X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fdjvu%2Fdjvu-document-private.h;h=2ec9b67a336af0af7ebb32975420af8b8e548280;hb=33d9b680db507280f1d8fbb31c01d31de6531046;hp=3fa579f759d1b311fe980c52157f33dea8162104;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-document-private.h b/backend/djvu/djvu-document-private.h index 3fa579f7..2ec9b67a 100644 --- a/backend/djvu/djvu-document-private.h +++ b/backend/djvu/djvu-document-private.h @@ -15,31 +15,34 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __DJVU_DOCUMENT_INTERNAL_H__ #define __DJVU_DOCUMENT_INTERNAL_H__ #include "djvu-document.h" -#include "djvu-text.h" #include struct _DjvuDocument { - GObject parent_instance; + EvDocument parent_instance; 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; }; 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__ */