1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fixes a typo for ps_file_new binding.
Author: Jens Stimpfle <debian@jstimpfle.de>
Bug-Debian: http://bugs.debian.org/662890
Forwarded: yes
Last-Update: 2012-04-24
--- python-poppler-0.12.1.orig/poppler.defs 2012-04-04 23:06:47.000000000 +0200
+++ python-poppler-0.12.1/poppler.defs 2012-04-04 23:13:31.000000000 +0200
@@ -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")
|