Package: gtk

Accessor gtk:print-operation-job-name

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the job-name slot of the gtk:print-operation class. The gtk:print-operation-job-name function sets the name of the print job.

The name is used to identify the job, for example, 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-8-28