Method
Gtk PrintOperationset_allow_async
since: 2.10
Declaration [src]
void
gtk_print_operation_set_allow_async(
GtkPrintOperation*op,
gbooleanallow_async
)
Description [src]
Sets whether the gtk_print_operation_run() may return
before the print operation is completed. Note that
some platforms may not allow asynchronous operation.
Available since: 2.10
Sets property
Gtk.PrintOperation:allow-async Parameters
allow_async-
Type:
gbooleanTRUEto allow asynchronous operation.