Function
GLibbase64_decode_inplace
Description
Decode a sequence of Base-64 encoded text into binary data by overwriting the input data.
Available since: | 2.20 |
Parameters
text |
An array of guint8 |
Zero-terminated string with base64 text to decode. |
|
The argument will be modified by the function. | |
The length of the array is specified in the out_len argument. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
out_len |
gsize* |
The length of the decoded data is written here. |
|
The argument will be modified by the function. |