summaryrefslogtreecommitdiff
path: root/tests/scanner
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner')
-rw-r--r--tests/scanner/Foo-1.0-expected.gir4
-rw-r--r--tests/scanner/Regress-1.0-expected.gir3
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/scanner/Foo-1.0-expected.gir b/tests/scanner/Foo-1.0-expected.gir
index 950648dc..06d15c36 100644
--- a/tests/scanner/Foo-1.0-expected.gir
+++ b/tests/scanner/Foo-1.0-expected.gir
@@ -985,7 +985,8 @@ exposed to language bindings.</doc>
</return-value>
</function>
<function name="interface_static_method"
- c:identifier="foo_interface_static_method">
+ c:identifier="foo_interface_static_method"
+ moved-to="Interface.static_method">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
@@ -1017,6 +1018,7 @@ exposed to language bindings.</doc>
</function>
<function name="rectangle_new"
c:identifier="foo_rectangle_new"
+ moved-to="Rectangle.new"
introspectable="0">
<doc xml:whitespace="preserve">This is a C convenience constructor; we have to (skip)
it because it's not a boxed type.</doc>
diff --git a/tests/scanner/Regress-1.0-expected.gir b/tests/scanner/Regress-1.0-expected.gir
index 9b4ae8f8..33ceeaec 100644
--- a/tests/scanner/Regress-1.0-expected.gir
+++ b/tests/scanner/Regress-1.0-expected.gir
@@ -2372,7 +2372,8 @@ You will give me your credit card number.</doc>
</parameters>
</function>
<function name="test_simple_boxed_a_const_return"
- c:identifier="regress_test_simple_boxed_a_const_return">
+ c:identifier="regress_test_simple_boxed_a_const_return"
+ moved-to="TestSimpleBoxedA.const_return">
<return-value transfer-ownership="none">
<type name="TestSimpleBoxedA" c:type="RegressTestSimpleBoxedA*"/>
</return-value>