summaryrefslogtreecommitdiff
path: root/tests/xref1.test
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-08-06 00:17:25 +0000
committerColin Walters <walters@src.gnome.org>2008-08-06 00:17:25 +0000
commit78bec866b86a315c8c7eb78eea9e0191dba5dc9c (patch)
tree797f57aac2f180c29e36017514331e9128b3578f /tests/xref1.test
parent49b2d0afbf9f752d899b782c5b01587ebeaf3985 (diff)
downloadgobject-introspection-78bec866b86a315c8c7eb78eea9e0191dba5dc9c.tar.gz
Rename lots of things to be GIr namespaced, start to convert tests
svn path=/branches/gir-compiler/; revision=300
Diffstat (limited to 'tests/xref1.test')
-rw-r--r--tests/xref1.test7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/xref1.test b/tests/xref1.test
index bef65f6d..8eb57af6 100644
--- a/tests/xref1.test
+++ b/tests/xref1.test
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
-<api 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">
<boxed name="Boxed" type-name="FooBoxed" get-type="foo_boxed_get_type">
</boxed>
@@ -10,4 +13,4 @@
</parameters>
</function>
</namespace>
-</api>
+</repository>