Gtk.TextBuffer.prototype.get_start_iter
function get_start_iter():void { // Gjs wrapper for gtk_text_buffer_get_start_iter() }
Initialized iter with the first position in the text buffer. This is the same as using Gtk.TextBuffer.prototype.get_iter_at_offset to get the iter at character offset 0.