~ubuntu-branches/ubuntu/precise/python-poppler/precise

« back to all changes in this revision

Viewing changes to poppler.defs

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2011-03-25 21:40:21 UTC
  • Revision ID: james.westby@ubuntu.com-20110325214021-6wy61r7o5g3cw4zn
Tags: 0.12.1-1ubuntu1
poppler.defs: updated to use poppler_page_get_selected_text instead of
poppler_page_get_text. This fixes a FTBFS with poppler 0.16. Patch taken
from gentoo (http://bugs.gentoo.org/349955)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1794
1794
 
1795
1795
(define-method get_text
1796
1796
  (of-object "PopplerPage")
1797
 
  (c-name "poppler_page_get_text")
 
1797
  (c-name "poppler_page_get_selected_text")
1798
1798
  (return-type "char*")
1799
1799
  (parameters
1800
1800
    '("PopplerSelectionStyle" "style")