Buffer.sortLines
void sortLines(gtk.text_iter.TextIter start, gtk.text_iter.TextIter end, gtksource.types.SortFlags flags, int column)Sort the lines of text between the specified iterators.
Parameters
start | a #GtkTextIter. |
end | a #GtkTextIter. |
flags | #GtkSourceSortFlags specifying how the sort should behave |
column | sort considering the text starting at the given column |