Encode a sequence of binary data into its Base-64 stringified representation. Since 2.12
the binary data to encode. [array length=len][element-type guint8]
a newly allocated, zero-terminated Base-64 encoded string representing data. The returned string must be freed with g_free(). [transfer full]
See Implementation
Encode a sequence of binary data into its Base-64 stringified representation. Since 2.12