mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 20:06:18 +01:00
garray: Fix a doc typo in g_ptr_array_sort()
This commit is contained in:
parent
b15040215a
commit
94c45f8fa2
@ -2447,7 +2447,7 @@ g_ptr_array_insert (GPtrArray *array,
|
|||||||
*
|
*
|
||||||
* Sorts the array, using @compare_func which should be a qsort()-style
|
* Sorts the array, using @compare_func which should be a qsort()-style
|
||||||
* comparison function (returns less than zero for first arg is less
|
* comparison function (returns less than zero for first arg is less
|
||||||
* than second arg, zero for equal, greater than zero if irst arg is
|
* than second arg, zero for equal, greater than zero if first arg is
|
||||||
* greater than second arg).
|
* greater than second arg).
|
||||||
*
|
*
|
||||||
* Note that the comparison function for g_ptr_array_sort() doesn't
|
* Note that the comparison function for g_ptr_array_sort() doesn't
|
||||||
|
Loading…
Reference in New Issue
Block a user