set_allow_async
Description:
public void set_allow_async (
bool allow_async)
Sets whether run may return before the print operation is completed.
Note that some platforms may not allow asynchronous operation.
Parameters:
this |
a `GtkPrintOperation`
|
allow_async |
true to allow asynchronous operation
|