sort.func
. If the
current sort column id of sortable
is the same as sort.column.id
, then
the model will sort using this function.gtkTreeSortableSetSortFunc(object, sort.column.id, sort.func, user.data = NULL)
object
sort.column.id
sort.func
user.data
sort.func
, or NULL
. [ allow-none ]