Buffer.changeCase
void changeCase(gtksource.types.ChangeCaseType caseType, gtk.text_iter.TextIter start, gtk.text_iter.TextIter end)Changes the case of the text between the specified iterators.
Parameters
caseType | how to change the case. |
start | a #GtkTextIter. |
end | a #GtkTextIter. |