Method
GtkTextBufferremove_tag_by_name
Declaration [src]
void
gtk_text_buffer_remove_tag_by_name (
GtkTextBuffer* buffer,
const char* name,
const GtkTextIter* start,
const GtkTextIter* end
)
Description [src]
Emits the “remove-tag” signal.
Calls gtk_text_tag_table_lookup()
on the buffer’s
tag table to get a GtkTextTag
, then calls
gtk_text_buffer_remove_tag()
.
Parameters
name |
const char* |
Name of a |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
start |
GtkTextIter |
One bound of range to be untagged. |
|
The data is owned by the caller of the function. | |
end |
GtkTextIter |
Other bound of range to be untagged. |
|
The data is owned by the caller of the function. |