Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 568948
Collapse All | Expand All

(-)poppler.defs (-12 lines)
Lines 579-594 Link Here
579
)
579
)
580
580
581
(define-enum Orientation
582
  (in-module "Poppler")
583
  (c-name "PopplerOrientation")
584
  (gtype-id "POPPLER_TYPE_ORIENTATION")
585
  (values
586
    '("portrait" "POPPLER_ORIENTATION_PORTRAIT")
587
    '("landscape" "POPPLER_ORIENTATION_LANDSCAPE")
588
    '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN")
589
    '("seascape" "POPPLER_ORIENTATION_SEASCAPE")
590
  )
591
)
592
593
(define-enum PageTransitionType
581
(define-enum PageTransitionType
594
  (in-module "Poppler")
582
  (in-module "Poppler")

Return to bug 568948