SourceBuffer.getSourceMarksAtIter

Returns the list of marks of the given category at iter. If category is NULL it returns all marks at iter.

class SourceBuffer
getSourceMarksAtIter

Parameters

iter TextIter

an iterator.

category string

category to search for, or NULL

Return Value

Type: ListSG

a newly allocated GSList

Meta