GtkSelectionModelInterface.unselectRange

Unselect all items in the given range. If the operation is unsupported or known to fail for all items, return false.

struct GtkSelectionModelInterface
extern (C)
bool function(GtkSelectionModel* model, uint position, uint nItems) unselectRange;