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 (setf gtk:print-operation-allow-async) function sets whether the gtk:print-operation-run function may return before the print operation is completed.

Note that some platforms may not allow asynchronous operation.
 

See also

2023-8-28