mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
gprintf: Add missing (out) annotation to g_vasprintf()
This commit is contained in:
committed by
Philip Withnall
parent
686ab492cf
commit
2b22befc4f
@@ -297,7 +297,7 @@ g_vsnprintf (gchar *string,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_vasprintf:
|
* 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
|
* which will be %NULL if (and only if) this function fails
|
||||||
* @format: (not nullable): a standard printf() format string, but notice
|
* @format: (not nullable): a standard printf() format string, but notice
|
||||||
* [string precision pitfalls](string-utils.html#string-precision-pitfalls)
|
* [string precision pitfalls](string-utils.html#string-precision-pitfalls)
|
||||||
|
Reference in New Issue
Block a user