Gtk.TextIter.prototype.forward_visible_word_ends

function forward_visible_word_ends(count:Number):Boolean {
    // Gjs wrapper for gtk_text_iter_forward_visible_word_ends()
}

Calls Gtk.TextIter.prototype.forward_visible_word_end up to count times.

Since 2.4

count

number of times to move

Returns

true if iter moved and is not the end iterator