Merge branch 'bilelmoussaoui-main-patch-13638' into 'main'

gi: Add missing Since annotation

See merge request GNOME/glib!4144
This commit is contained in:
Philip Withnall 2024-07-09 22:08:49 +00:00
commit 8bf5873272

View File

@ -321,6 +321,8 @@ g_qsort_with_data (gconstpointer pbase,
* (like [`qsort_r()`](man:qsort_r(3))). * (like [`qsort_r()`](man:qsort_r(3))).
* *
* Unlike `qsort()`, this is guaranteed to be a stable sort. * Unlike `qsort()`, this is guaranteed to be a stable sort.
*
* Since: 2.82
*/ */
void void
g_sort_array (const void *array, g_sort_array (const void *array,