Method
Gtk.PrintJob.set_page_ranges
Declaration [src]
void
gtk_print_job_set_page_ranges (
GtkPrintJob* job,
GtkPageRange* ranges,
int n_ranges
)
Parameters
ranges |
An array of GtkPageRange |
pointer to an array of
|
|
The length of the array is in the n_ranges argument | |
Ownership of the data is transferred to the callee | |
n_ranges |
int |
the length of the |