remove_source_marks
Description:
public void remove_source_marks (
TextIter start,
TextIter end,
string? category)
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:
| this |
a Buffer.
|
| start |
a TextIter.
|
| end |
a TextIter.
|
| category |
category to search for, or null.
|