Sort value_array using compare_func to compare the elements accoring to the semantics of GCompareDataFunc. The current implementation uses Quick-Sort as sorting algorithm. Rename to: g_value_array_sort
function to compare elements. [scope call]
extra data argument provided for compare_func. closure
the GValueArray passed in as value_array. [transfer none]
See Implementation
Sort value_array using compare_func to compare the elements accoring to the semantics of GCompareDataFunc. The current implementation uses Quick-Sort as sorting algorithm. Rename to: g_value_array_sort