mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
Expand the g_sprintf docs
As requested in bug 576833.
This commit is contained in:
parent
7cfa23b177
commit
ac342a8d0c
@ -100,6 +100,11 @@ g_fprintf (FILE *file,
|
|||||||
* An implementation of the standard sprintf() function which supports
|
* An implementation of the standard sprintf() function which supports
|
||||||
* positional parameters, as specified in the Single Unix Specification.
|
* positional parameters, as specified in the Single Unix Specification.
|
||||||
*
|
*
|
||||||
|
* Note that it is usually better to use g_snprintf(), to avoid the
|
||||||
|
* risk of buffer overflow.
|
||||||
|
*
|
||||||
|
* See also g_strdup_printf().
|
||||||
|
*
|
||||||
* Returns: the number of bytes printed.
|
* Returns: the number of bytes printed.
|
||||||
*
|
*
|
||||||
* Since: 2.2
|
* Since: 2.2
|
||||||
|
Loading…
Reference in New Issue
Block a user