summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-15 13:33:31 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-15 13:33:31 +0200
commit71339206d27005b29643fe5928448b0a63d4273f (patch)
tree8079637ab724674079aa3880bba6577f3fd64cd8 /gir
parent05ffd85793207a40264a701de609614ba6e32d44 (diff)
downloadgobject-introspection-71339206d27005b29643fe5928448b0a63d4273f.tar.gz
Add annotations for g_variant_new_strv() and g_variant_get_strv()
Diffstat (limited to 'gir')
-rw-r--r--gir/glib-2.0.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 6155deeb..62031216 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.
/**