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

a #GtkTextIter.

end TextIter

a #GtkTextIter.

category string

category to search for, or %NULL.

Meta