Method

Gtk.PrintOperation.set_job_name

Declaration [src]

void
gtk_print_operation_set_job_name (
  GtkPrintOperation* op,
  const char* 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.

Parameters

job_name const char*
 

a string that identifies the print job

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string