SourceBuffer.backwardIterToSourceMark

Moves iter to the position of the previous GtkSourceMark of the given category. Returns TRUE if iter was moved. If category is NULL, the previous source mark can be of any category. Since 2.2

class SourceBuffer
int
backwardIterToSourceMark

Parameters

iter TextIter

an iterator.

category string

category to search for, or NULL. [allow-none]

Return Value

Type: int

whether iter was moved.

Meta