Buffer.removeSourceMarks

void removeSourceMarks(gtk.text_iter.TextIter start, gtk.text_iter.TextIter end, string category = null)

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

Parameters

starta #GtkTextIter.
enda #GtkTextIter.
categorycategory to search for, or null.