Method

GtkPrintOperationset_job_name

since: 2.10

Declaration [src]

void
gtk_print_operation_set_job_name (
  GtkPrintOperation* op,
  const gchar* job_name
)

Description [src]

Sets the name of the print job. The name is used to identify the job (e.g. in monitoring applications like eggcups).

If you don’t set a job name, GTK+ picks a default one by numbering successive print jobs.

Available since: 2.10

Parameters

job_name

Type: const gchar*

A string that identifies the print job.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.