From 2b22befc4f665a4557b02704eff930f7d686d028 Mon Sep 17 00:00:00 2001 From: velsinki <112010-velsinki@users.noreply.gitlab.gnome.org> Date: Thu, 25 Jan 2024 11:17:18 +0000 Subject: [PATCH] gprintf: Add missing (out) annotation to g_vasprintf() --- glib/gprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gprintf.c b/glib/gprintf.c index 7cf30d2cf..34ba8e92f 100644 --- a/glib/gprintf.c +++ b/glib/gprintf.c @@ -297,7 +297,7 @@ g_vsnprintf (gchar *string, /** * g_vasprintf: - * @string: (not optional) (nullable): the return location for the newly-allocated string, + * @string: (out) (not optional) (nullable): the return location for the newly-allocated string, * which will be %NULL if (and only if) this function fails * @format: (not nullable): a standard printf() format string, but notice * [string precision pitfalls](string-utils.html#string-precision-pitfalls)