[][src]Type Definition zathura_plugin_sys::zathura_plugin_page_render_cairo_t

type zathura_plugin_page_render_cairo_t = Option<unsafe extern "C" fn(page: *mut zathura_page_t, data: *mut c_void, cairo: *mut cairo_t, printing: bool) -> zathura_error_t>;

Renders the page to a cairo surface.