GtkSelectionModelInterface.unselectItem

Unselect the item in the given position. If the operation is known to fail, return false.

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