G_BEGIN_DECLS IMPORT_C void | g_qsort_with_data | ( | gconstpointer | pbase, |
gint | total_elems, | |||
gsize | size, | |||
GCompareDataFunc | compare_func, | |||
gpointer | user_data | |||
) |
g_qsort_with_data: : start of array to sort : elements in the array : size of each element : function to compare elements : data to pass to
This is just like the standard C qsort() function, but the comparison routine accepts a user data argument.