at 18.09-beta 590 B view raw
1diff --git a/poppler.defs b/poppler.defs 2index 8b12e03..2b8fc16 100644 3--- a/poppler.defs 4+++ b/poppler.defs 5@@ -570,18 +570,6 @@ 6 ) 7 ) 8 9-(define-enum Orientation 10- (in-module "Poppler") 11- (c-name "PopplerOrientation") 12- (gtype-id "POPPLER_TYPE_ORIENTATION") 13- (values 14- '("portrait" "POPPLER_ORIENTATION_PORTRAIT") 15- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE") 16- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN") 17- '("seascape" "POPPLER_ORIENTATION_SEASCAPE") 18- ) 19-) 20- 21 (define-enum PageTransitionType 22 (in-module "Poppler") 23 (c-name "PopplerPageTransitionType")