~ubuntu-branches/ubuntu/natty/poppler/natty

« back to all changes in this revision

Viewing changes to glib/poppler-document.cc

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-03-08 10:46:40 UTC
  • mfrom: (1.5.5) (4.3.2 experimental)
  • Revision ID: package-import@ubuntu.com-20110308104640-de1rwygu2cx2t0yt
Tags: 0.16.3-1ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
  - debian/control: Lower poppler-data to Suggests: (handled by
    language-selector).
  - Add 10_fix-a4-page-shift-on-brother-ps-printers.patch: Fix page shifts
    when printing on A4 paper with Brother PostScript printers.
    (LP #293832)
  - debian/control, debian/rules: Disable OpenJPEG, it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
715
715
/**
716
716
 * poppler_document_get_pdf_version:
717
717
 * @document: A #PopplerDocument
718
 
 * @major_version: (allow-none): return location for the PDF major version number
719
 
 * @minor_version: (allow-none): return location for the PDF minor version number
 
718
 * @major_version: (out) (allow-none): return location for the PDF major version number
 
719
 * @minor_version: (out) (allow-none): return location for the PDF minor version number
720
720
 *
721
721
 * Returns the major and minor PDF version numbers.
722
722
 *