summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-C-expected
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-04-28 00:00:00 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2018-06-20 19:43:48 +0200
commit7043bb4b6842ba5572a4cf289a720b4044aeab5f (patch)
tree39b125e75a52e1fcb90c2edc8d8310fb0fe0c316 /tests/scanner/Regress-1.0-C-expected
parentb310d006968030862714398e89254402d0b00edb (diff)
downloadgobject-introspection-7043bb4b6842ba5572a4cf289a720b4044aeab5f.tar.gz
Preserve complete C type when applying array annotations.
Diffstat (limited to 'tests/scanner/Regress-1.0-C-expected')
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.test_strv_out_container.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.test_strv_out_container.page b/tests/scanner/Regress-1.0-C-expected/Regress.test_strv_out_container.page
index 3e27a2ea..827e480b 100644
--- a/tests/scanner/Regress-1.0-C-expected/Regress.test_strv_out_container.page
+++ b/tests/scanner/Regress-1.0-C-expected/Regress.test_strv_out_container.page
@@ -16,7 +16,7 @@
</info>
<title>regress_test_strv_out_container</title>
<synopsis><code mime="text/x-csrc">
-char** regress_test_strv_out_container (void);
+const char** regress_test_strv_out_container (void);
</code></synopsis>