From dae7c2a7064b7f6b6b4a8b329ffaa4538971fbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 21 May 2023 10:04:29 +0300 Subject: [PATCH] gstring: Add `Since` marker to `g_string_new_take()` --- glib/gstring.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/gstring.c b/glib/gstring.c index 77448f2f1..9f0414429 100644 --- a/glib/gstring.c +++ b/glib/gstring.c @@ -168,6 +168,8 @@ g_string_new (const gchar *init) * allocated and will eventually be freed with g_free(). * * Returns: (transfer full): the new #GString + * + * Since: 2.78 */ GString * g_string_new_take (gchar *init)