insert_with_tags


Description:

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

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

The last tag specified must be null to terminate the list. Equivalent to calling [ method@Gtk.TextBuffer.insert], then [method@Gtk.TextBuffer.apply_tag] on the inserted text; this is just a convenience function.

Parameters:

this

a `GtkTextBuffer`

iter

an iterator in this

text

UTF-8 text

len

length of text, or -1

...

null-terminated list of tags to apply

first_tag

first tag to apply to text