Method

GtkPrintOperationget_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

Type: GtkPrintSettings

The current print settings of op.

The returned data is owned by the instance.
The return value can be NULL.