Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/xref1.gir
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-03-03 19:55:39 (GMT)
committer Colin Walters <walters@verbum.org>2009-03-03 19:55:39 (GMT)
commitb22ac84b4d31f0c644ca4b52586345f5c87a3135 (patch)
tree530db90760e7d3aa64d306a5da6ae82e032e8c9f /tests/xref1.gir
parent870698f1613ab9f5bf89a19b9e08a4909b8d7a38 (diff)
Remove hand-written .gir files, move PEP-8 inquisition into top Makefile.am
We have more comprehensive testing in tests/scanner and tests/everything, and these tests were designed from a time when we were trying to make the g-ir-generate output exactly match the .gir, which has not been true for some time and will not be in the future.
Diffstat (limited to 'tests/xref1.gir')
-rw-r--r--tests/xref1.gir20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/xref1.gir b/tests/xref1.gir
deleted file mode 100644
index 17b9239..0000000
--- a/tests/xref1.gir
+++ /dev/null
@@ -1,20 +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">
- <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>