summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@litl.com>2011-03-31 10:58:05 -0400
committerJoe Shaw <joeshaw@litl.com>2011-03-31 11:12:07 -0400
commit38b4273cc2e2cc669e3366db571f47db28a5c083 (patch)
treee9bda09e777fce03ef11f4003c2b4e5a72514e85
parent389a0b3ba27fcc42d31ffa7ec0f5b9e260090343 (diff)
downloadgobject-introspection-38b4273cc2e2cc669e3366db571f47db28a5c083.tar.gz
glib-2.0.c: add annotations for g_base64_encode and g_base64_decode
-rw-r--r--gir/glib-2.0.c15
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):
+ */