get_nth_sort_column
Description:
Gets the position'th sort column and its associated sort order.
Use the [signal@Gtk.Sorter:GtkColumnViewSorter:changed] signal to get notified when sort columns change.
Parameters:
| this |
a columnviewsorter |
| position |
the position of the sort column to retrieve (0 for the primary sort column) |
| sort_order |
return location for the sort order |
Returns:
|
the sort column at the |