TextBuffer.applyTagByName

void applyTagByName(string name, gtk.text_iter.TextIter start, gtk.text_iter.TextIter end)

Calls [gtk.text_tag_table.TextTagTable.lookup] on the buffer’s tag table to get a #GtkTextTag, then calls [gtk.text_buffer.TextBuffer.applyTag].

Parameters

namename of a named #GtkTextTag
startone bound of range to be tagged
endother bound of range to be tagged