mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Add warning to g_base64_decode()
https://bugzilla.gnome.org/show_bug.cgi?id=696015
This commit is contained in:
parent
a8811fb864
commit
9a08d81b0d
@ -389,7 +389,9 @@ g_base64_decode_step (const gchar *in,
|
||||
* @text: zero-terminated string with base64 text to decode
|
||||
* @out_len: (out): The length of the decoded data is written here
|
||||
*
|
||||
* Decode a sequence of Base-64 encoded text into binary data
|
||||
* Decode a sequence of Base-64 encoded text into binary data. Note
|
||||
* that the returned binary data is not necessarily zero-terminated,
|
||||
* so it should not be used as a character string.
|
||||
*
|
||||
* Return value: (transfer full) (array length=out_len) (element-type guint8):
|
||||
* newly allocated buffer containing the binary data
|
||||
|
Loading…
Reference in New Issue
Block a user