CustomSorter
Description:
Creates a new `GtkSorter` that works by calling sort_func
to compare items.
If sort_func
is null, all items are considered equal.
Parameters:
sort_func |
the `GCompareDataFunc` to use for sorting |
user_data |
user data to pass to |
user_destroy |
destroy notify for |
Returns:
a new `GtkCustomSorter` |