mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Document g_snprintf to return "bytes" rather than "characters".
2007-08-22 Cody Russell <bratsche@gnome.org> * glib/gprintf.c: Document g_snprintf to return "bytes" rather than "characters". svn path=/trunk/; revision=5716
This commit is contained in:
parent
c77d24318d
commit
ae70a4e5af
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-22 Cody Russell <bratsche@gnome.org>
|
||||||
|
|
||||||
|
* glib/gprintf.c: Document g_snprintf to return "bytes" rather
|
||||||
|
than "characters".
|
||||||
|
|
||||||
2007-08-20 Behdad Esfahbod <behdad@gnome.org>
|
2007-08-20 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
* glib/guniprop.c: Document that g_unichar_get_script() is
|
* glib/guniprop.c: Document that g_unichar_get_script() is
|
||||||
|
@ -145,7 +145,7 @@ g_sprintf (gchar *string,
|
|||||||
* The format string may contain positional parameters, as specified in
|
* The format string may contain positional parameters, as specified in
|
||||||
* the Single Unix Specification.
|
* the Single Unix Specification.
|
||||||
*
|
*
|
||||||
* Returns: the number of characters which would be produced if the buffer
|
* Returns: the number of bytes which would be produced if the buffer
|
||||||
* was large enough.
|
* was large enough.
|
||||||
**/
|
**/
|
||||||
gint
|
gint
|
||||||
|
Loading…
Reference in New Issue
Block a user