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.

class SourceBuffer
bool
forwardIterToSourceMark

Parameters

iter TextIter

an iterator.

category string

category to search for, or %NULL

Return Value

Type: bool

whether @iter was moved.

Meta