Gtk.TreeStore.prototype.remove

function remove(iter:Gtk.TreeIter):Boolean {
    // Gjs wrapper for gtk_tree_store_remove()
}

Removes iter from tree_store. After being removed, iter is set to the next valid row at that level, or invalidated if it previously pointed to the last one.

iter

A valid Gtk.TreeIter

Returns

true if iter is still valid, false if not.