mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
gprintf: Add missing (out) annotation to g_vasprintf()
This commit is contained in:
parent
686ab492cf
commit
2b22befc4f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user