Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377063 | Differences between
and this patch

Collapse All | Expand All

(-)poppler.defs.old (-24 lines)
Lines 1676-1705 Link Here
1676
  )
1676
  )
1677
)
1677
)
1678
1678
1679
(define-method get_thumbnail_pixbuf
1680
  (of-object "PopplerPage")
1681
  (c-name "poppler_page_get_thumbnail_pixbuf")
1682
  (return-type "GdkPixbuf*")
1683
  (unblock-threads #t)
1684
)
1685
1686
(define-method render_selection_to_pixbuf
1687
  (of-object "PopplerPage")
1688
  (c-name "poppler_page_render_selection_to_pixbuf")
1689
  (return-type "none")
1690
  (unblock-threads #t)
1691
  (parameters
1692
    '("gdouble" "scale")
1693
    '("int" "rotation")
1694
    '("GdkPixbuf*" "pixbuf")
1695
    '("PopplerRectangle*" "selection")
1696
    '("PopplerRectangle*" "old_selection")
1697
    '("PopplerSelectionStyle" "style")
1698
    '("GdkColor*" "glyph_color")
1699
    '("GdkColor*" "background_color")
1700
  )
1701
)
1702
1703
(define-method render
1679
(define-method render
1704
  (of-object "PopplerPage")
1680
  (of-object "PopplerPage")
1705
  (c-name "poppler_page_render")
1681
  (c-name "poppler_page_render")

Return to bug 377063