diff options
Diffstat (limited to 'tests/scanner/foo-1.0-expected.gir')
-rw-r--r-- | tests/scanner/foo-1.0-expected.gir | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/tests/scanner/foo-1.0-expected.gir b/tests/scanner/foo-1.0-expected.gir index 23035fe1..34de38c2 100644 --- a/tests/scanner/foo-1.0-expected.gir +++ b/tests/scanner/foo-1.0-expected.gir @@ -3,9 +3,9 @@ xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0" xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> - <include name="GLib-2.0"/> - <include name="GObject-2.0"/> - <include name="utility-1.0"/> + <include name="GLib" version="2.0"/> + <include name="GObject" version="2.0"/> + <include name="utility" version="1.0"/> <namespace name="foo" version="1.0" shared-library="foo"> <alias name="List" target="GLib.SList" c:type="FooList"/> <alias name="XEvent" target="none" c:type="FooXEvent"/> @@ -123,6 +123,16 @@ <type name="utf8" c:type="char*"/> </return-value> </method> + <method name="handle_glyph" c:identifier="foo_object_handle_glyph"> + <return-value> + <type name="none" c:type="void"/> + </return-value> + <parameters> + <parameter name="glyph"> + <type name="utility.Glyph" c:type="UtilityGlyph"/> + </parameter> + </parameters> + </method> <property name="string" writable="1"> <type name="utf8" c:type="gchararray"/> </property> |