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 insert, then apply_tag on the inserted text; insert_with_tags is just a convenience function.
this | |
iter |
an iterator in this |
text |
UTF-8 text |
len |
length of |
... |
null-terminated list of tags to apply |
first_tag |
first tag to apply to |