mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
gslist: Document that g_slist_sort() is stable
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=508976
This commit is contained in:
parent
9297a596d6
commit
74cbd6c34f
@ -1034,7 +1034,8 @@ g_slist_sort_real (GSList *list,
|
||||
* first element comes before the second, or a positive value if
|
||||
* the first element comes after the second.
|
||||
*
|
||||
* Sorts a #GSList using the given comparison function.
|
||||
* Sorts a #GSList using the given comparison function. The algorithm
|
||||
* used is a stable sort.
|
||||
*
|
||||
* Returns: the start of the sorted #GSList
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user