diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-09 12:37:06 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-09 12:37:06 +0000 |
commit | b9c41e1af4e481c370806996cfa1e7ca61226a60 (patch) | |
tree | 3c77a11618a4ff90bf2fe8716d52ec4d729d2b71 /tests/xref2.gir | |
parent | 5794ea662e65aaa44103083cf10d1e6730ef7e53 (diff) | |
download | gobject-introspection-b9c41e1af4e481c370806996cfa1e7ca61226a60.tar.gz |
Rename *.test to *.gir
2008-08-09 Johan Dahlin <johan@gnome.org>
* tests/Makefile.am:
* tests/array.test:
* tests/boxed.test:
* tests/constant.test:
* tests/enum.test:
* tests/errors.test:
* tests/function.test:
* tests/gobject.test:
* tests/interface.test:
* tests/object.test:
* tests/struct.test:
* tests/types.test:
* tests/union.test:
* tests/xref1.test:
* tests/xref2.test:
Rename *.test to *.gir
svn path=/trunk/; revision=335
Diffstat (limited to 'tests/xref2.gir')
-rw-r--r-- | tests/xref2.gir | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/xref2.gir b/tests/xref2.gir new file mode 100644 index 00000000..053e3223 --- /dev/null +++ b/tests/xref2.gir @@ -0,0 +1,16 @@ +<?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="Bar"> + <boxed name="Boxed" type-name="BarBoxed" get-type="bar_boxed_get_type"> + </boxed> + <function name="test" symbol="bar_test"> + <return-type type="void" /> + <parameters> + <parameter name="p1" type="Foo.Boxed*" transfer="full" direction="in" /> + </parameters> + </function> + </namespace> +</repository> |