Package: gtk

Accessor gtk-print-operation-allow-async

Lambda List

gtk-print-operation-allow-async (object)

Syntax

(gtk-print-operation-allow-async object) => alloc-async
(setf (gtk-print-operation-allow-aysnc object) alloc-async)

Arguments

object -- a gtk-print-operation object
allow-async -- true to allow asynchronous operation

Details

Accessor of the allow-async slot of the gtk-print-operation class.

The slot access function (setf gtk-print-operation-allow-async) sets whether the function gtk-print-operation-run may return before the print operation is completed.

Note that some platforms may not allow asynchronous operation.
 

See also

2020-4-8