]> www.fi.muni.cz Git - evince.git/blobdiff - backend/djvu/djvu-document-private.h
[l10n] Updated Catalan translation
[evince.git] / backend / djvu / djvu-document-private.h
index 30810bbc43c70fc4a319b0a4e62c4cee8f4a1521..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
  *
  * 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"
  */
  
 #ifndef __DJVU_DOCUMENT_INTERNAL_H__
 #define __DJVU_DOCUMENT_INTERNAL_H__
 
 #include "djvu-document.h"
-#include "djvu-text.h"
 
 #include <libdjvu/ddjvuapi.h>
 
 struct _DjvuDocument {
 
 #include <libdjvu/ddjvuapi.h>
 
 struct _DjvuDocument {
-       GObject           parent_instance;
+       EvDocument        parent_instance;
 
        ddjvu_context_t  *d_context;
        ddjvu_document_t *d_document;
 
        ddjvu_context_t  *d_context;
        ddjvu_document_t *d_document;
@@ -36,8 +35,6 @@ struct _DjvuDocument {
 
        gchar            *uri;
 
 
        gchar            *uri;
 
-       DjvuText         *search;
-        
         /* PS exporter */
         gchar           *ps_filename;
         GString         *opts;
         /* PS exporter */
         gchar           *ps_filename;
         GString         *opts;