]> www.fi.muni.cz Git - evince.git/blobdiff - backend/djvu/djvu-document-private.h
a11: using ATK_ROLE_DOCUMENT_FRAME it's more correct
[evince.git] / backend / djvu / djvu-document-private.h
index 3e7deedffd8ec939b7ba140ae6681b49e2e15364..2ec9b67a336af0af7ebb32975420af8b8e548280 100644 (file)
  *
  * 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 <libdjvu/ddjvuapi.h>
 
 struct _DjvuDocument {
-       GObject           parent_instance;
+       EvDocument        parent_instance;
 
        ddjvu_context_t  *d_context;
        ddjvu_document_t *d_document;
@@ -36,8 +35,6 @@ struct _DjvuDocument {
 
        gchar            *uri;
 
-       DjvuText         *search;
-        
         /* PS exporter */
         gchar           *ps_filename;
         GString         *opts;
@@ -45,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__ */