mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 20:24:04 +02:00
One forgotten moved doc
This commit is contained in:
@@ -1210,6 +1210,16 @@ g_printerr (const gchar *format,
|
|||||||
g_free (string);
|
g_free (string);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* g_printf_string_upper_bound:
|
||||||
|
* @format: the format string. See the printf() documentation
|
||||||
|
* @args: the parameters to be inserted into the format string
|
||||||
|
*
|
||||||
|
* Calculates the maximum space needed to store the output
|
||||||
|
* of the sprintf() function.
|
||||||
|
*
|
||||||
|
* Returns: the maximum space needed to store the formatted string
|
||||||
|
*/
|
||||||
gsize
|
gsize
|
||||||
g_printf_string_upper_bound (const gchar *format,
|
g_printf_string_upper_bound (const gchar *format,
|
||||||
va_list args)
|
va_list args)
|
||||||
|
Reference in New Issue
Block a user