Decode a sequence of Base-64 encoded text into binary data Since 2.12
zero-terminated string with base64 text to decode
a newly allocated buffer containing the binary data that text represents. The returned buffer must be freed with g_free().
See Implementation
Decode a sequence of Base-64 encoded text into binary data Since 2.12