Method
GtkPrintSettingsset_page_ranges
Declaration [src]
void
gtk_print_settings_set_page_ranges (
GtkPrintSettings* settings,
GtkPageRange* page_ranges,
int num_ranges
)
Parameters
page_ranges |
An array of GtkPageRange |
An array of |
|
The length of the array is specified in the num_ranges argument. | |
The data is owned by the caller of the function. | |
num_ranges |
int |
The length of |