Method

GtkSourceBufferremove_source_marks

Declaration

void
gtk_source_buffer_remove_source_marks (
  GtkSourceBuffer* buffer,
  const GtkTextIter* start,
  const GtkTextIter* end,
  const gchar* category
)

Description

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 const GtkTextIter*
 

A GtkTextIter.

 The data is owned by the caller of the function.
end const GtkTextIter*
 

A GtkTextIter.

 The data is owned by the caller of the function.
category const gchar*
 

Category to search for, or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.