summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bilien <jobi@litl.com>2009-06-15 12:36:31 +0100
committerJohan Bilien <jobi@litl.com>2009-06-15 12:40:54 +0100
commit86dc48ff388d4657682fedc29758c044314708fe (patch)
tree73092af70c82797d3f0fc9bf34f3ed0e71c5f9b1
parent67222e77383e84f4d33627b1917c8aa8b0036e01 (diff)
downloadgobject-introspection-86dc48ff388d4657682fedc29758c044314708fe.tar.gz
Annotate g_get_system_*_dirs ()
-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 8b9a0104..578ccd8f 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -112,3 +112,13 @@
* @standard_error: (out):
* @exit_status: (out):
*/
+
+/*
+ * g_get_system_config_dirs:
+ * Return value: (array zero-terminated=1) (transfer none)
+ */
+
+/**
+ * g_get_system_data_dirs:
+ * Return value: (array zero-terminated=1) (transfer none)
+ */