SourceBuffer.removeSourceMarks

Remove all marks of category between start and end from the buffer. If category is NULL, all marks in the range will be removed.

class SourceBuffer
void
removeSourceMarks

Parameters

start TextIter
end TextIter
category string

category to search for, or NULL.

Meta