Method

Gtk.PrintJob.get_surface

Declaration [src]

cairo_surface_t*
gtk_print_job_get_surface (
  GtkPrintJob* job
  GError** error
)

Description [src]

Gets a cairo surface onto which the pages of the print job should be rendered.

Return value

Returns: cairo_surface_t*

the cairo surface of job

Ownership is not transferred to the caller