sort_lines
Description:
[ Version ( since = "3.18" ) ]
public void sort_lines (TextIter start, TextIter end, SourceSortFlags flags, int column)
public void sort_lines (TextIter start, TextIter end, SourceSortFlags flags, int column)
Sort the lines of text between the specified iterators.
Parameters:
this |
a SourceBuffer. |
start |
a TextIter. |
end |
a TextIter. |
flags |
SourceSortFlags specifying how the sort should behave |
column |
sort considering the text starting at the given column |