Method
GtkSourceBuffersort_lines
Declaration [src]
void
gtk_source_buffer_sort_lines (
GtkSourceBuffer* buffer,
GtkTextIter* start,
GtkTextIter* end,
GtkSourceSortFlags flags,
gint column
)
Parameters
start |
GtkTextIter |
A |
|
The data is owned by the caller of the function. | |
end |
GtkTextIter |
A |
|
The data is owned by the caller of the function. | |
flags |
GtkSourceSortFlags |
|
|
column |
gint |
Sort considering the text starting at the given column. |