Method

Gtk.PrintSettings.set_page_ranges

Declaration [src]

void
gtk_print_settings_set_page_ranges (
  GtkPrintSettings* settings,
  GtkPageRange* page_ranges,
  int num_ranges
)

Description [src]

Sets the value of GTK_PRINT_SETTINGS_PAGE_RANGES.

Parameters

page_ranges An array of GtkPageRange
 

an array of GtkPageRanges

 The length of the array is in the num_ranges argument
 Ownership is not transferred to the callee
num_ranges int
 

the length of page_ranges