Buffer.backwardIterToSourceMark

Moves iter to the position of the previous classMark of the given category.

Returns true if iter was moved. If category is NULL, the previous source mark can be of any category.

class Buffer
bool
backwardIterToSourceMark

Parameters

iter gtk.text_iter.TextIter

an iterator.

category string

category to search for, or null

Return Value

Type: bool

whether iter was moved.