GtkTreeSortableIface.getSortColumnId

Fills in sort_column_id and order with the current sort column and the order.

struct GtkTreeSortableIface
extern (C)
bool function(GtkTreeSortable* sortable, int* sortColumnId, GtkSortType* order) getSortColumnId;