Constructor
Gtk.PrintJob.new
Declaration [src]
GtkPrintJob*
gtk_print_job_new (
  const char* title,
  GtkPrinter* printer,
  GtkPrintSettings* settings,
  GtkPageSetup* page_setup
)
Parameters
| title | const char* | 
| the job title | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| printer | GtkPrinter | 
| a  | |
| Ownership is not transferred to the callee | |
| settings | GtkPrintSettings | 
| a  | |
| Ownership is not transferred to the callee | |
| page_setup | GtkPageSetup | 
| a  | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkPrintJob | |
| a new  | |
| Ownership of the data is transferred to the caller | |