// Same copyright and license as the rest of the files in this project #include #include #include static inline void _g_list_store_sort(GListStore *model, gpointer user_data) { g_list_store_sort(model, (GCompareDataFunc)(goCompareDataFuncs), user_data); }