mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +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>
|
||||
|
||||
* 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 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.
|
||||
**/
|
||||
gint
|
||||
|
Loading…
Reference in New Issue
Block a user