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

The accessor for the job-name slot gets or 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

2026-05-31