Method
Gtk.PrintJob.get_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 | |
| Direction: out | |
| Ownership of the data is transferred to the callee | 
Return value
| Returns: An array of GtkPageRange | |
| a pointer to an
  array of  | |
| The length of the array is in the n_rangesargument | |
| Ownership is not transferred to the caller | |