Gtk.TextIter.prototype.forward_cursor_positions

function forward_cursor_positions(count:Number):Boolean {
    // Gjs wrapper for gtk_text_iter_forward_cursor_positions()
}

Moves up to count cursor positions. See Gtk.TextIter.prototype.forward_cursor_position for details.

count

number of positions to move

Returns

true if we moved and the new position is dereferenceable