Method
Gtk.PrintSettings.get_page_ranges
Declaration [src]
GtkPageRange*
gtk_print_settings_get_page_ranges (
  GtkPrintSettings* settings,
  int* num_ranges
)
Parameters
| num_ranges | int* | 
| return location for the length of the returned array | |
| Direction: out | |
| Ownership of the data is transferred to the callee | 
Return value
| Returns: An array of GtkPageRange | |
| an array
  of  | |
| The length of the array is in the num_rangesargument | |
| Ownership of the data is transferred to the caller | |