diff options
Diffstat (limited to 'tests/scanner/foo-1.0-expected.gir')
-rw-r--r-- | tests/scanner/foo-1.0-expected.gir | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scanner/foo-1.0-expected.gir b/tests/scanner/foo-1.0-expected.gir index 3d209e3..20eb437 100644 --- a/tests/scanner/foo-1.0-expected.gir +++ b/tests/scanner/foo-1.0-expected.gir @@ -241,6 +241,11 @@ and/or use gtk-doc annotations. --> c:identifier="FOO_FLAGS_THIRD" glib:nick="third"/> </bitfield> + <record name="ForeignStruct" c:type="FooForeignStruct" foreign="1"> + <field name="foo" writable="1"> + <type name="int" c:type="int"/> + </field> + </record> <interface name="Interface" c:type="FooInterface" glib:type-name="FooInterface" |