Gtk.PrintOperation.prototype.set_allow_async
function set_allow_async(allow_async:Boolean):void {
// Gjs wrapper for gtk_print_operation_set_allow_async()
}Sets whether the Gtk.PrintOperation.prototype.run may return before the print operation is completed. Note that some platforms may not allow asynchronous operation.
Since 2.10
- allow_async
true to allow asynchronous operation