Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/struct.gir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/struct.gir')
-rw-r--r--tests/struct.gir33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/struct.gir b/tests/struct.gir
deleted file mode 100644
index 9ef963b..0000000
--- a/tests/struct.gir
+++ /dev/null
@@ -1,33 +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="struct" version="1.0">
- <record name="FooStruct">
- <field name="foo_int" writable="1">
- <type name="int"/>
- </field>
- <field name="foo_int64" writable="1">
- <type name="int64"/>
- </field>
- <field name="foo_uint" writable="1">
- <type name="uint"/>
- </field>
- <field name="foo_uint64" writable="1">
- <type name="uint64"/>
- </field>
- <field name="string" writable="1">
- <type name="utf8"/>
- </field>
- </record>
- <record name="FooStruct2">
- <field name="sub" writable="1">
- <type name="FooStruct"/>
- </field>
- <field name="string" writable="1">
- <type name="utf8"/>
- </field>
- </record>
- </namespace>
-</repository>