Gtk.TreeSelection.prototype.unselect_iter

function unselect_iter(iter:Gtk.TreeIter):void {
    // Gjs wrapper for gtk_tree_selection_unselect_iter()
}

Unselects the specified iterator.

iter

The Gtk.TreeIter to be unselected.