SourceBuffer.forwardIterToSourceMark

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

class SourceBuffer
int
forwardIterToSourceMark

Parameters

iter TextIter

an iterator.

category string

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

Return Value

Type: int

whether iter was moved.

Meta