mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
gbase64: Document that g_base64_encode_close() does not nul-terminate
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
dd914da1c8
commit
e6e38f4b8a
@ -192,6 +192,8 @@ g_base64_encode_step (const guchar *in,
|
||||
* be written to it. It will need up to 4 bytes, or up to 5 bytes if
|
||||
* line-breaking is enabled.
|
||||
*
|
||||
* The @out array will not be automatically nul-terminated.
|
||||
*
|
||||
* Returns: The number of bytes of output that was written
|
||||
*
|
||||
* Since: 2.12
|
||||
|
Loading…
Reference in New Issue
Block a user