gprintf: Add missing (out) annotation to g_vasprintf()

This commit is contained in:
velsinki 2024-01-25 11:17:18 +00:00 committed by Philip Withnall
parent 686ab492cf
commit 2b22befc4f

View File

@ -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)