TextBuffer.insertWithTagsByName

Same as TextBuffer.insertWithTags, but allows you to pass in tag names instead of tag objects.

class TextBuffer
void
insertWithTagsByName
(,
string text
,
string[] tags...
)

Parameters

iter TextIter

position in buffer

text string

UTF-8 text

tags string[]

tag names