Method

Gtk.PrintContext.get_cairo_context

Declaration [src]

cairo_t*
gtk_print_context_get_cairo_context (
  GtkPrintContext* context
)

Description [src]

Obtains the cairo context that is associated with the GtkPrintContext.

Return value

Returns: cairo_t*

the cairo context of context

Ownership is not transferred to the caller