The ::remove-tag signal is emitted to remove all occurrences of tag from
a range of text in a GtkTextBuffer.
Removal actually occurs in the default handler.
Note that if your handler runs before the default handler it must not
invalidate the start and end iters (or has to revalidate them).
gtk_text_buffer_remove_tag().
See Also
GtkTextView, GtkTextIter, GtkTextMark
The ::remove-tag signal is emitted to remove all occurrences of tag from a range of text in a GtkTextBuffer. Removal actually occurs in the default handler. Note that if your handler runs before the default handler it must not invalidate the start and end iters (or has to revalidate them). gtk_text_buffer_remove_tag(). See Also GtkTextView, GtkTextIter, GtkTextMark