Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/union.gir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/union.gir')
-rw-r--r--tests/union.gir17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/union.gir b/tests/union.gir
deleted file mode 100644
index 6e123de..0000000
--- a/tests/union.gir
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>