Gtk.TextIter.prototype.forward_sentence_ends
function forward_sentence_ends(count:Number):Boolean { // Gjs wrapper for gtk_text_iter_forward_sentence_ends() }
Calls Gtk.TextIter.prototype.forward_sentence_end count times (or until Gtk.TextIter.prototype.forward_sentence_end returns false). If count is negative, moves backward instead of forward.
- count
number of sentences to move
- Returns
true if iter moved and is not the end iterator