- gIfaceGTypeInterface gIface; 
- Undocumented in source. 
- getSortColumnIdint function(GtkTreeSortable* sortable, int* sortColumnId, GtkSortType* order) getSortColumnId; 
- hasDefaultSortFuncint function(GtkTreeSortable* sortable) hasDefaultSortFunc; 
- setDefaultSortFuncvoid function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) setDefaultSortFunc; 
- setSortColumnIdvoid function(GtkTreeSortable* sortable, int sortColumnId, GtkSortType order) setSortColumnId; 
- setSortFuncvoid function(GtkTreeSortable* sortable, int sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) setSortFunc; 
- sortColumnChangedvoid function(GtkTreeSortable* sortable) sortColumnChanged;