Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/xref1.gir
blob: 17b9239f913fab4f9f5f088580fac52f9c036db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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" version="1.0">
    <glib:boxed glib:name="Boxed" glib:type-name="FooBoxed" glib:get-type="foo_boxed_get_type">
    </glib:boxed>
    <function name="test" symbol="foo_test">
      <return-value>
	<type name="none"/>
      </return-value>
      <parameters>
        <parameter name="p1" transfer="full" direction="in">
	  <type name="Bar.Boxed"/>
        </parameter>
      </parameters>
    </function>
  </namespace>
</repository>