mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-22 18:29:03 +01:00
Expand the g_sprintf docs
As requested in bug 576833.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user