Method
Gtk.TreeSelection.unselect_range
Declaration [src]
void
gtk_tree_selection_unselect_range (
  GtkTreeSelection* selection,
  GtkTreePath* start_path,
  GtkTreePath* end_path
)
Parameters
| start_path | GtkTreePath | 
| The initial node of the range. | |
| Ownership is not transferred to the callee | |
| end_path | GtkTreePath | 
| The initial node of the range. | |
| Ownership is not transferred to the callee |