Method

Gtk.PrintOperation.get_print_settings

Declaration [src]

GtkPrintSettings*
gtk_print_operation_get_print_settings (
  GtkPrintOperation* op
)

Description [src]

Returns the current print settings.

Note that the return value is NULL until either gtk_print_operation_set_print_settings() or gtk_print_operation_run() have been called.

Return value

Returns: GtkPrintSettings

the current print settings of op.

Ownership is not transferred to the caller