GtkTreeSortableIface.setSortFunc

Sets the comparison function used when sorting to be sort_func.

struct GtkTreeSortableIface
extern (C)
void function(GtkTreeSortable* sortable, int sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) setSortFunc;