API 版本:2.0
库版本:2.83.2
gi-docgen 2024.1 生成
自:2.12
guchar* g_base64_decode ( const gchar* text, gsize* out_len )
将 Base-64 编码的文本序列解码为二进制数据。请注意,返回的二进制数据并不一定是零结尾的,因此不应该用作字符 字符串。
自以下版本可用:2.12
text
类型: const gchar*
const gchar*
带有用于 解码的 base64 文本的零结尾字符串。
out_len
类型: gsize*
gsize*
将解码后的数据的长度写入 此处。
类型: 数组 guint8
guint8
newly allocated buffer containing the binary data that `text` represents. The returned buffer must be freed with g_free().