python-poppler lacks binding for ps_file_new()

Bug #950301 reported by Jens Stimpfle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Poppler Python Bindings
New
Undecided
Unassigned

Bug Description

A simple typo in poppler.defs has to be corrected to make ps_file_file_new() available:

--- a/poppler.defs 2009-09-27 11:07:59.000000000 +0200
+++ b/poppler.defs 2012-03-08 21:59:30.000000000 +0100
@@ -1212,7 +1212,7 @@

 (define-function poppler_ps_file_new
   (c-name "poppler_ps_file_new")
- (is-constructor-of "PopplerPsFile")
+ (is-constructor-of "PopplerPSFile")
   (return-type "PopplerPSFile*")
   (parameters
     '("PopplerDocument*" "document")

Regards,
-Jens Stimpfle

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.