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 | |
The called function 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_ranges argument | |
The caller of the function takes ownership of the data, and is responsible for freeing it |