Gtk.IconView.prototype.unselect_path

function unselect_path(path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_icon_view_unselect_path()
}

Unselects the row at path.

Since 2.6

path

The Gtk.TreePath to be unselected.