Method
GioListStoresort
since: 2.46
Declaration [src]
void
g_list_store_sort (
GListStore* store,
GCompareDataFunc compare_func,
gpointer user_data
)
Parameters
compare_func
-
Type:
GCompareDataFunc
Pairwise comparison function for sorting.
user_data
-
Type:
gpointer
User data for
compare_func
.The argument can be NULL
.The data is owned by the caller of the method.