diff options
author | Joe Shaw <joeshaw@litl.com> | 2011-03-31 10:58:05 -0400 |
---|---|---|
committer | Joe Shaw <joeshaw@litl.com> | 2011-03-31 11:12:07 -0400 |
commit | 38b4273cc2e2cc669e3366db571f47db28a5c083 (patch) | |
tree | e9bda09e777fce03ef11f4003c2b4e5a72514e85 /gir/glib-2.0.c | |
parent | 389a0b3ba27fcc42d31ffa7ec0f5b9e260090343 (diff) | |
download | gobject-introspection-38b4273cc2e2cc669e3366db571f47db28a5c083.tar.gz |
glib-2.0.c: add annotations for g_base64_encode and g_base64_decode
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 82747ce5..0d2a4920 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -246,3 +246,18 @@ * g_listenv: * @returns: (array zero-terminated=1) (transfer full): */ + +/** + * g_base64_encode: + * @data: (array length=len) (element-type guint8): + * + * @returns: (transfer full): + */ + +/** + * g_base64_decode: + * @text: + * @out_len: (out): + * + * @returns: (array length=out_len) (element-type guint8) (transfer full): + */ |