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. Since 2.2

class SourceBuffer
void
removeSourceMarks

Parameters

start TextIter

a GtkTextIter.

end TextIter

a GtkTextIter.

category string

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

Meta