Method
GtkSourceBufferremove_source_marks
Declaration [src]
void
gtk_source_buffer_remove_source_marks (
GtkSourceBuffer* buffer,
const GtkTextIter* start,
const GtkTextIter* end,
const gchar* category
)
Description [src]
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
start |
GtkTextIter |
A |
|
| The data is owned by the caller of the function. | |
end |
GtkTextIter |
A |
|
| The data is owned by the caller of the function. | |
category |
const gchar* |
Category to search for, or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |