Method

GtkPrintJobget_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

Type: cairo_surface_t

The cairo surface of job.

The returned data is owned by the instance.