summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-12-17 15:23:46 -0500
committerDan Winship <danw@gnome.org>2010-12-17 15:24:14 -0500
commit230c00a4841d7cae794101e14e360f4e0c0e272d (patch)
tree3924f638a127d296a5c7b913d71229538ff8551d
parent5d0a2dd5d6b4a9ceb3c4f55ab047b66e0ce41e39 (diff)
downloadgobject-introspection-230c00a4841d7cae794101e14e360f4e0c0e272d.tar.gz
glib-2.0.c: annotate g_get_environ() and g_listenv()
-rw-r--r--gir/glib-2.0.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 493aaa1b..82747ce5 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -236,3 +236,13 @@
/**
* g_date_to_struct_tm: (skip)
*/
+
+/**
+ * g_get_environ:
+ * @returns: (array zero-terminated=1) (transfer full):
+ */
+
+/**
+ * g_listenv:
+ * @returns: (array zero-terminated=1) (transfer full):
+ */