TextBuffer.insertWithTagsByName

Same as gtk_text_buffer_insert_with_tags(), but allows you to pass in tag names instead of tag objects.

class TextBuffer
void
insertWithTagsByName

Parameters

iter TextIter

position in buffer

text string

UTF-8 text ... = more tag names

Meta