Gtk.TreeModel.prototype.iter_previous

function iter_previous(iter:Gtk.TreeIter):Boolean {
    // Gjs wrapper for gtk_tree_model_iter_previous()
}

Sets iter to point to the previous node at the current level.

If there is no previous iter, false is returned and iter is set to be invalid.

Since 3.0

iter

the Gtk.TreeIter

Returns

true if iter has been changed to the previous node