Gtk.TextIter.prototype.is_start

function is_start():Boolean {
    // Gjs wrapper for gtk_text_iter_is_start()
}

Returns true if iter is the first iterator in the buffer, that is if iter has a character offset of 0.

Returns

whether iter is the first in the buffer