]> www.fi.muni.cz Git - evince.git/blobdiff - backend/djvu/djvu-text-page.h
docs: finding.page, changed 'file' to 'document' as per jaliste.
[evince.git] / backend / djvu / djvu-text-page.h
index db5332656ae68ce2f21daf8647ebaca11effff01..6e16f25985c38b4ea631a17933d79c81ebeef57b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * 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_TEXT_PAGE_H__
@@ -23,8 +23,8 @@
 
 #include <string.h>
 #include <glib.h>
+#include <libdjvu/miniexp.h>
 
-#include <libdjvu/ddjvuapi.h>
 
 typedef struct _DjvuTextPage DjvuTextPage;
 typedef struct _DjvuTextLink DjvuTextLink;
@@ -51,8 +51,8 @@ char *                        djvu_text_page_copy             (DjvuTextPage *page,
 void                   djvu_text_page_prepare_search   (DjvuTextPage *page,
                                                         gboolean      case_sensitive);
 void                   djvu_text_page_search           (DjvuTextPage *page, 
-                                                       char         *text);
-DjvuTextPage*          djvu_text_page_new              (miniexp_t text);
+                                                       const char    *text);
+DjvuTextPage*          djvu_text_page_new              (miniexp_t     text);
 void                   djvu_text_page_free             (DjvuTextPage *page);
 
 #endif /* __DJVU_TEXT_PAGE_H__ */