summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation-1.0-expected.gir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/annotation-1.0-expected.gir')
-rw-r--r--tests/scanner/annotation-1.0-expected.gir21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/scanner/annotation-1.0-expected.gir b/tests/scanner/annotation-1.0-expected.gir
index 96afdba4..4c65b093 100644
--- a/tests/scanner/annotation-1.0-expected.gir
+++ b/tests/scanner/annotation-1.0-expected.gir
@@ -506,6 +506,27 @@ known by GObject as it's only marked as G_TYPE_POINTER">
<type name="none" c:type="void"/>
</return-value>
</function>
+ <function name="string_zero_terminated"
+ c:identifier="annotation_string_zero_terminated">
+ <return-value transfer-ownership="none" doc="The return value">
+ <array c:type="char**">
+ <type name="utf8"/>
+ </array>
+ </return-value>
+ </function>
+ <function name="string_zero_terminated_out"
+ c:identifier="annotation_string_zero_terminated_out">
+ <return-value transfer-ownership="none">
+ <type name="none" c:type="void"/>
+ </return-value>
+ <parameters>
+ <parameter name="out" direction="inout" transfer-ownership="none">
+ <array c:type="char***">
+ <type name="utf8"/>
+ </array>
+ </parameter>
+ </parameters>
+ </function>
<record name="Struct"
c:type="AnnotationStruct"
doc="This is a test of an array of object in an field of a struct.">