summaryrefslogtreecommitdiff
path: root/tests/scanner/Foo-1.0-expected.gir
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-01-20 16:34:45 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-01-21 10:47:31 +0100
commit751a9fa80a31c01cd26ff35f0e66f428372ea88b (patch)
treee80f462250759a4586adf26f75d3e54613804996 /tests/scanner/Foo-1.0-expected.gir
parent86262fbb749bf4c04aef2306cd20282555d8b935 (diff)
downloadgobject-introspection-751a9fa80a31c01cd26ff35f0e66f428372ea88b.tar.gz
Preserve the c:type of array elements
So the element type has the correct is_pointer flag https://bugzilla.gnome.org/show_bug.cgi?id=638929
Diffstat (limited to 'tests/scanner/Foo-1.0-expected.gir')
-rw-r--r--tests/scanner/Foo-1.0-expected.gir4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scanner/Foo-1.0-expected.gir b/tests/scanner/Foo-1.0-expected.gir
index e527cad4..fa5ee930 100644
--- a/tests/scanner/Foo-1.0-expected.gir
+++ b/tests/scanner/Foo-1.0-expected.gir
@@ -1085,7 +1085,7 @@ exposed to language bindings.</doc>
<parameters>
<parameter name="array" transfer-ownership="none">
<array c:type="char**">
- <type name="utf8"/>
+ <type name="utf8" c:type="char*"/>
</array>
</parameter>
</parameters>
@@ -1098,7 +1098,7 @@ exposed to language bindings.</doc>
<parameters>
<parameter name="array" transfer-ownership="none">
<array c:type="gchar**">
- <type name="utf8"/>
+ <type name="utf8" c:type="gchar*"/>
</array>
</parameter>
</parameters>