--- poppler.defs.orig 2016-01-02 15:32:53.000000000 -0800
+++ poppler.defs 2016-01-02 15:33:07.000000000 -0800
-(define-enum Orientation
- (c-name "PopplerOrientation")
- (gtype-id "POPPLER_TYPE_ORIENTATION")
- '("portrait" "POPPLER_ORIENTATION_PORTRAIT")
- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE")
- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN")
- '("seascape" "POPPLER_ORIENTATION_SEASCAPE")
(define-enum PageTransitionType
(c-name "PopplerPageTransitionType")
-(define-method render_to_pixbuf
- (of-object "PopplerPage")
- (c-name "poppler_page_render_to_pixbuf")
- '("GdkPixbuf*" "pixbuf")
-(define-method render_to_pixbuf_for_printing
- (of-object "PopplerPage")
- (c-name "poppler_page_render_to_pixbuf_for_printing")
- '("GdkPixbuf*" "pixbuf")
-(define-method get_thumbnail_pixbuf
- (of-object "PopplerPage")
- (c-name "poppler_page_get_thumbnail_pixbuf")
- (return-type "GdkPixbuf*")
-(define-method render_selection_to_pixbuf
- (of-object "PopplerPage")