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