ArrayG.sort

Sorts a #GArray using @compare_func which should be a qsort()-style comparison function (returns less than zero for first arg is less than second arg, zero for equal, greater zero if first arg is greater than second arg).

This is guaranteed to be a stable sort since version 2.32.

class ArrayG
void
sort

Parameters

compareFunc GCompareFunc

comparison function

Meta