Gtk.TextIter.prototype.backward_word_starts

function backward_word_starts(count:Number):Boolean {
    // Gjs wrapper for gtk_text_iter_backward_word_starts()
}

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

count

number of times to move

Returns

true if iter moved and is not the end iterator