Constructor
GtkPrintJobnew
Declaration [src]
GtkPrintJob*
gtk_print_job_new (
const char* title,
GtkPrinter* printer,
GtkPrintSettings* settings,
GtkPageSetup* page_setup
)
Parameters
title |
const char* |
The job title. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
printer |
GtkPrinter |
A |
|
The data is owned by the caller of the function. | |
settings |
GtkPrintSettings |
A |
|
The data is owned by the caller of the function. | |
page_setup |
GtkPageSetup |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GtkPrintJob |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |