Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/function.gir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/function.gir')
-rw-r--r--tests/function.gir24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/function.gir b/tests/function.gir
deleted file mode 100644
index a32ccb1..0000000
--- a/tests/function.gir
+++ /dev/null
@@ -1,24 +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">
- <boxed name="Boxed1" type-name="Boxed1" get-type="boxed1_get_type">
- </boxed>
- <function name="test1" symbol="test1" deprecated="1">
- <return-type type="gboolean" />
- <parameters>
- <parameter name="p1" type="Boxed1*" transfer="full" direction="in" allow-none="1" />
- <parameter name="p2" type="gboolean" direction="out" />
- </parameters>
- </function>
- <callback name="callback1" deprecated="1">
- <return-type type="gboolean" />
- <parameters>
- <parameter name="p1" type="Boxed1*" transfer="full" direction="in" allow-none="1" />
- <parameter name="p2" type="gboolean" direction="out" />
- </parameters>
- </callback>
- </namespace>
-</repository>