Method
GtkPrintJobget_page_ranges
Declaration [src]
GtkPageRange*
gtk_print_job_get_page_ranges (
GtkPrintJob* job,
int* n_ranges
)
Parameters
n_ranges |
int* |
Return location for the number of ranges. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |
Return value
Returns: | An array of GtkPageRange |
A pointer to an
array of |
|
The length of the array is in the n_ranges argument. | |
The data is owned by the instance. |