TextBuffer.getBounds

void getBounds(out gtk.text_iter.TextIter start, out gtk.text_iter.TextIter end)

Retrieves the first and last iterators in the buffer, i.e. the entire buffer lies within the range [start,end).

Parameters

startiterator to initialize with first position in the buffer
enditerator to initialize with the end iterator