Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/union.gir
blob: 6e123de80cf7be911c734d2a89ea5e5f5a6b0802 (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">
    <union name="union1" type-name="UnionType1" get-type="union1_get_type">
      <discriminator offset="-4" type="gint" />
      <field name="field1" readable="1" writable="1" type="guint32" branch="0" />
      <field name="field1" readable="1" writable="1" type="gdouble" branch="1" />
    </union>
    <union name="union2" type-name="UnionType1" get-type="union1_get_type">
      <field name="field1" readable="1" writable="1" type="guint32" />
      <field name="field1" readable="1" writable="1" type="gdouble" />
    </union>
  </namespace>
</repository>