[gobject-introspection] Add annotations for g_variant_new_strv() and g_variant_get_strv()



commit 71339206d27005b29643fe5928448b0a63d4273f
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Thu Jul 15 13:33:31 2010 +0200

    Add annotations for g_variant_new_strv() and g_variant_get_strv()

 gir/glib-2.0.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 6155dee..6203121 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -193,6 +193,17 @@
   *
   */
 
+/**
+ * g_variant_new_strv:
+ * @strv: (array length=length) (element-type utf8):
+ */
+
+/**
+ * g_variant_get_strv:
+ * @length: (allow-none):
+ * @returns: (array length=length) (transfer container):
+ */
+
 // Skip this as "tm" is not available at present.
 
 /**



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