[gobject-introspection/upstream] glib-2.0.c: add annotations for g_base64_encode and g_base64_decode



commit 38b4273cc2e2cc669e3366db571f47db28a5c083
Author: Joe Shaw <joeshaw litl com>
Date:   Thu Mar 31 10:58:05 2011 -0400

    glib-2.0.c: add annotations for g_base64_encode and g_base64_decode

 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 82747ce..0d2a492 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):
+ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]