Method
GtkPrintOperationget_print_settings
since: 2.10
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.
Available since: 2.10
Gets property | Gtk.PrintOperation:print-settings |
Return value
Type: GtkPrintSettings
The current print settings of op
.
The returned data is owned by the instance. |