Method
GtkPrintSettingsget_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. | |
| 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 | 
| An array
  of  | |
| The length of the array is in the num_rangesargument. | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |