glib.gbase64

Undocumented in source.

Members

Functions

g_base64_decode
guchar* g_base64_decode(const(gchar)* text, gsize* out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_base64_decode_inplace
guchar* g_base64_decode_inplace(gchar* text, gsize* out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_base64_decode_step
gsize g_base64_decode_step(const(gchar)* in_, gsize len, guchar* out_, gint* state, guint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_base64_encode
gchar* g_base64_encode(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_base64_encode_close
gsize g_base64_encode_close(gboolean break_lines, gchar* out_, gint* state, gint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_base64_encode_step
gsize g_base64_encode_step(const(guchar)* in_, gsize len, gboolean break_lines, gchar* out_, gint* state, gint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta