Method

Gtk.TextBuffer.delete_mark_by_name

Declaration [src]

void
gtk_text_buffer_delete_mark_by_name (
  GtkTextBuffer* buffer,
  const char* name
)

Description [src]

Deletes the mark named name; the mark must exist.

See gtk_text_buffer_delete_mark() for details.

Parameters

name const char*
 

name of a mark in buffer

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string