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

The accessor for the job-name slot of the gtk:print-operation class gets or sets the string used to identify 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

2025-09-21