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 slot access function (setf gtk-print-operation-job-name) 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

2020-4-8