Gtk.TreePath.prototype.prev

function prev():Boolean {
    // Gjs wrapper for gtk_tree_path_prev()
}

Moves the path to point to the previous node at the current depth, if it exists.

Returns

true if path has a previous node, and the move was made