summaryrefslogtreecommitdiff
path: root/tests/scanner/Bar-1.0-expected.gir
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 09:36:07 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:37:21 -0500
commit9c0bd59b021e163eae191db95ce6beeb389cbd6f (patch)
tree1e6030b1baebe66c68877b038ca3444a12a50d96 /tests/scanner/Bar-1.0-expected.gir
parent93cd5b208b19e7c532972b85a457518082e1fc2b (diff)
downloadgobject-introspection-9c0bd59b021e163eae191db95ce6beeb389cbd6f.tar.gz
girparser: Serialize and read back the instance_parameter
g-ir-doc-tool wants to use the instance parameter to read docs and the parameter name, so it needs to be shuttled through the GIR. https://bugzilla.gnome.org/show_bug.cgi?id=693040
Diffstat (limited to 'tests/scanner/Bar-1.0-expected.gir')
-rw-r--r--tests/scanner/Bar-1.0-expected.gir3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/scanner/Bar-1.0-expected.gir b/tests/scanner/Bar-1.0-expected.gir
index 392a3031..ef92fcc4 100644
--- a/tests/scanner/Bar-1.0-expected.gir
+++ b/tests/scanner/Bar-1.0-expected.gir
@@ -44,6 +44,9 @@ and/or use gtk-doc annotations. -->
<type name="none" c:type="void"/>
</return-value>
<parameters>
+ <instance-parameter name="window" transfer-ownership="none">
+ <type name="MutterWindow" c:type="MutterWindow*"/>
+ </instance-parameter>
<parameter name="v" transfer-ownership="none">
<type name="guint" c:type="guint"/>
</parameter>