GtkTreeSortableIface.setDefaultSortFunc

Sets the default comparison function used when sorting to be sort_func.

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