mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02:00
Clarify GValueArray docs
Don't refer to Quicksort in the documentation of g_value_array_sort, but just to qsort().
This commit is contained in:
parent
8d13a3e4e1
commit
6fe6b0300b
@ -334,7 +334,8 @@ g_value_array_remove (GValueArray *value_array,
|
|||||||
* Sort @value_array using @compare_func to compare the elements according to
|
* Sort @value_array using @compare_func to compare the elements according to
|
||||||
* the semantics of #GCompareFunc.
|
* the semantics of #GCompareFunc.
|
||||||
*
|
*
|
||||||
* The current implementation uses Quick-Sort as sorting algorithm.
|
* The current implementation uses the same sorting algorithm as standard
|
||||||
|
* C qsort() function.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the #GValueArray passed in as @value_array
|
* Returns: (transfer none): the #GValueArray passed in as @value_array
|
||||||
*
|
*
|
||||||
@ -363,7 +364,8 @@ g_value_array_sort (GValueArray *value_array,
|
|||||||
* Sort @value_array using @compare_func to compare the elements according
|
* Sort @value_array using @compare_func to compare the elements according
|
||||||
* to the semantics of #GCompareDataFunc.
|
* to the semantics of #GCompareDataFunc.
|
||||||
*
|
*
|
||||||
* The current implementation uses Quick-Sort as sorting algorithm.
|
* The current implementation uses the same sorting algorithm as standard
|
||||||
|
* C qsort() function.
|
||||||
*
|
*
|
||||||
* Rename to: g_value_array_sort
|
* Rename to: g_value_array_sort
|
||||||
* Returns: (transfer none): the #GValueArray passed in as @value_array
|
* Returns: (transfer none): the #GValueArray passed in as @value_array
|
||||||
|
Loading…
x
Reference in New Issue
Block a user