summaryrefslogtreecommitdiff
path: root/tests/xref1.test
blob: 8eb57af615f2bb23c51f067e88ca8b0f80d61256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<repository version="1.0"
            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">
  <namespace name="Foo">
    <boxed name="Boxed" type-name="FooBoxed" get-type="foo_boxed_get_type">
    </boxed>
    <function name="test" symbol="foo_test">
      <return-type type="void" />
      <parameters>
        <parameter name="p1" type="Bar.Boxed*" transfer="full" direction="in" />
      </parameters>
    </function>
  </namespace>
</repository>