Method
GtkSourceBuffersort_lines
Declaration [src]
void
gtk_source_buffer_sort_lines (
  GtkSourceBuffer* buffer,
  GtkTextIter* start,
  GtkTextIter* end,
  GtkSourceSortFlags flags,
  gint column
)
Parameters
- start
- 
            Type: GtkTextIterA GtkTextIter.The data is owned by the caller of the method. 
- end
- 
            Type: GtkTextIterA GtkTextIter.The data is owned by the caller of the method. 
- flags
- 
            Type: GtkSourceSortFlagsGtkSourceSortFlagsspecifying how the sort should behave.
- column
- 
            Type: gintSort considering the text starting at the given column.