~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to backend/djvu/djvu-document-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Marc 'HE' Brockschmidt
  • Date: 2008-12-31 16:41:58 UTC
  • mfrom: (1.1.36 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: james.westby@ubuntu.com-20081231164158-xnobl1sokvvc6ho8
Tags: 2.24.2-1
[ Josselin Mouette ]
* README.Debian: document that you need to install poppler-data.
  Closes: #506836.

[ Marc 'HE' Brockschmidt ]
* debian/control: Make the Gnome team maintainer. I'm not doing the job
   anyway.

[ Josselin Mouette ]
* New upstream release.
* Require nautilus 2.22 to build the extension for the correct 
  version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define __DJVU_DOCUMENT_INTERNAL_H__
23
23
 
24
24
#include "djvu-document.h"
25
 
#include "djvu-text.h"
26
25
 
27
26
#include <libdjvu/ddjvuapi.h>
28
27
 
36
35
 
37
36
        gchar            *uri;
38
37
 
39
 
        DjvuText         *search;
40
 
        
41
38
        /* PS exporter */
42
39
        gchar            *ps_filename;
43
40
        GString          *opts;
45
42
 
46
43
int  djvu_document_get_n_pages (EvDocument   *document);
47
44
void djvu_handle_events        (DjvuDocument *djvu_document, 
48
 
                                int           wait);
 
45
                                int           wait,
 
46
                                GError      **error);
49
47
 
50
48
#endif /* __DJVU_DOCUMENT_INTERNAL_H__ */