Method

GtkPrintOperationset_allow_async

since: 2.10

Declaration [src]

void
gtk_print_operation_set_allow_async (
  GtkPrintOperation* op,
  gboolean allow_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

Parameters

allow_async

Type: gboolean

TRUE to allow asynchronous operation.