From a31479316d9874c2ad08fa3daf917431a503ea79 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 9 Jul 2024 01:43:47 +0000 Subject: [PATCH] gi: Add missing Since annotation Fixes https://gitlab.gnome.org/GNOME/glib/-/commit/b32e1b63eef7b6aa30d81f4b959ea519de2c4111 --- glib/gqsort.c | 2 ++ 1 file changed, 2 insertions(+) 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,