Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/types.gir
blob: 36220ad720e2a76af40b5aae1ba20382723a1987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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">
    <function name="lart" symbol="lart">
      <return-type type="gboolean" />
      <parameters>
        <parameter name="box" type="gint" transfer="full" direction="in" />
        <parameter name="val" type="gint" transfer="full" direction="inout" />
        <parameter name="w" type="GList<gint>" transfer="full" direction="in" />
        <parameter name="t" type="GHashTable<utf8,gint64>" transfer="full" direction="in" />
      </parameters>
    </function>
  </namespace>
</repository>