unselect_range
Description:
Unselects a range of nodes, determined by start_path and end_path inclusive.
Note: 
      
        
    
    Use GtkListView or GtkColumnView
Parameters:
| this | A `GtkTreeSelection`. | 
| start_path | The initial node of the range. | 
| end_path | The initial node of the range. |