Package: gtk

Accessor gtk:print-operation-job-name

Lambda List

gtk:print-operation-job-name (object)

Syntax

(gtk:print-operation-job-name object) => name
(setf (gtk:print-operation-job-name object) name)

Arguments

object -- a gtk:print-operation object
name -- a string that identifies the print job

Details

Accessor of the job-name slot of the gtk:print-operation class. The (setf gtk:print-operation-job-name) function sets the name of the print job. The name is used to identify the job, e.g. in monitoring applications like eggcups. If you do not set a job name, GTK picks a default one by numbering successive print jobs.
 

See also

2023-2-10