summaryrefslogtreecommitdiff
path: root/tests/gir/symbol-type-csuffix.gir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gir/symbol-type-csuffix.gir')
-rw-r--r--tests/gir/symbol-type-csuffix.gir3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gir/symbol-type-csuffix.gir b/tests/gir/symbol-type-csuffix.gir
index 896569e6b..c005f6c82 100644
--- a/tests/gir/symbol-type-csuffix.gir
+++ b/tests/gir/symbol-type-csuffix.gir
@@ -7,6 +7,9 @@
<c:include name="test.h"/>
<namespace name="Test" version="1.0" shared-library="test" c:prefix="Test" c:identifier-prefixes="Test" c:symbol-prefixes="test">
<class name="TypeFoo" c:type="TestTypeFoo" glib:type-name="TestTypeFoo" glib:get-type="test_foo_get_type" glib:type-struct="TypeFooClass" parent="GObject.Object">
+ <field name="parent_instance">
+ <type name="GObject.Object" c:type="GObject"/>
+ </field>
<constructor name="new" c:identifier="test_type_foo_new">
<return-value transfer-ownership="full">
<type name="Test.TypeFoo" c:type="TestTypeFoo*"/>