TextBuffer.getStartIter

void getStartIter(out gtk.text_iter.TextIter iter)

Initialized iter with the first position in the text buffer.

This is the same as using [gtk.text_buffer.TextBuffer.getIterAtOffset] to get the iter at character offset 0.

Parameters

iteriterator to initialize