insert_with_tags_by_name


Description:

public void insert_with_tags_by_name (ref TextIter iter, string text, int len, ...)

Inserts text into this at iter, applying the list of tags to the newly-inserted text.

Same as [method@Gtk.TextBuffer.insert_with_tags], but allows you to pass in tag names instead of tag objects.

Parameters:

this

a `GtkTextBuffer`

iter

position in this

text

UTF-8 text

len

length of text, or -1

...

more tag names

first_tag_name

name of a tag to apply to text