pythonPackages.pypopplar: refactor move to python-modules
This commit is contained in:
committed by
Frederik Rietdijk
parent
2dbdea23b6
commit
e6d98dc92a
@@ -0,0 +1,23 @@
|
||||
diff --git a/poppler.defs b/poppler.defs
|
||||
index 8b12e03..2b8fc16 100644
|
||||
--- a/poppler.defs
|
||||
+++ b/poppler.defs
|
||||
@@ -570,18 +570,6 @@
|
||||
)
|
||||
)
|
||||
|
||||
-(define-enum Orientation
|
||||
- (in-module "Poppler")
|
||||
- (c-name "PopplerOrientation")
|
||||
- (gtype-id "POPPLER_TYPE_ORIENTATION")
|
||||
- (values
|
||||
- '("portrait" "POPPLER_ORIENTATION_PORTRAIT")
|
||||
- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE")
|
||||
- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN")
|
||||
- '("seascape" "POPPLER_ORIENTATION_SEASCAPE")
|
||||
- )
|
||||
-)
|
||||
-
|
||||
(define-enum PageTransitionType
|
||||
(in-module "Poppler")
|
||||
(c-name "PopplerPageTransitionType")
|
||||
Reference in New Issue
Block a user