diff --git a/glib/gqsort.c b/glib/gqsort.c index 657d94876..e8f5e0c42 100644 --- a/glib/gqsort.c +++ b/glib/gqsort.c @@ -321,6 +321,8 @@ g_qsort_with_data (gconstpointer pbase, * (like [`qsort_r()`](man:qsort_r(3))). * * Unlike `qsort()`, this is guaranteed to be a stable sort. + * + * Since: 2.82 */ void g_sort_array (const void *array,