ValueArray.sort

Sort value_array using compare_func to compare the elements accoring to the semantics of GCompareFunc. The current implementation uses Quick-Sort as sorting algorithm.

class ValueArray
sort

Parameters

compareFunc GCompareFunc

function to compare elements. [scope call]

Return Value

the GValueArray passed in as value_array. [transfer none]

Meta