Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/object.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/object.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/object.gir')
-rw-r--r--tests/object.gir61
1 files changed, 0 insertions, 61 deletions
diff --git a/tests/object.gir b/tests/object.gir
deleted file mode 100644
index e0abed3..0000000
--- a/tests/object.gir
+++ /dev/null
@@ -1,61 +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">
- <include name="GObject" version="2.0"/>
- <namespace name="object" version="1.0">
- <interface name="IFace1" glib:type-name="IFace1" glib:get-type="iface1_get_type"/>
- <class name="Object1" parent="Object2" glib:type-name="Object1" glib:get-type="object1_get_type">
- <implements name="IFace1"/>
- <property name="prop1" readable="0">
- <type name="int"/>
- </property>
- <glib:signal name="signal1" when="LAST">
- <return-value transfer-ownership="none">
- <type name="boolean"/>
- </return-value>
- <parameters>
- <parameter name="obj" transfer-ownership="none">
- <type name="Object1"/>
- </parameter>
- </parameters>
- </glib:signal>
- <glib:signal name="signal2" when="FIRST" no-recurse="1" detailed="1" action="1" no-hooks="1">
- <return-value transfer-ownership="none">
- <type name="none"/>
- </return-value>
- <parameters>
- <parameter name="obj" transfer-ownership="none">
- <type name="Object1"/>
- </parameter>
- </parameters>
- </glib:signal>
- <vfunc name="vfunc1" offset="20">
- <return-value transfer-ownership="none">
- <type name="Object2"/>
- </return-value>
- <parameters>
- <parameter name="param1" transfer-ownership="none">
- <type name="Object1"/>
- </parameter>
- </parameters>
- </vfunc>
- <vfunc name="vfunc2" offset="24">
- <return-value transfer-ownership="none">
- <type name="Object2"/>
- </return-value>
- <parameters>
- <parameter name="param1" transfer-ownership="none">
- <type name="Object1"/>
- </parameter>
- </parameters>
- </vfunc>
- </class>
- <constant name="constant1" value="42">
- <type name="int"/>
- </constant>
- <interface name="Iface1" glib:type-name="Iface1" glib:get-type="iface1_get_type"/>
- <class name="Object2" glib:type-name="Object2" glib:get-type="object2_get_type"/>
- </namespace>
-</repository>