summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-02-02 15:07:51 -0500
committerColin Walters <walters@verbum.org>2009-02-02 15:07:51 -0500
commitb161082148a51f2a2d8a4ee85f5736791dedc276 (patch)
treebd1d4945dc3a14a6f8d670e152c8064951619a13 /test/data
parent64ec55f59a9ebe699e240c2a3b4d82e85f2db4a0 (diff)
downloaddbus-glib-b161082148a51f2a2d8a4ee85f5736791dedc276.tar.gz
Bug 19065 - handle nested nodes in dbus-binding-tool
Patch modified from one provided by Stian Skelstad <stian@nixia.no>. Split the generate_glue function explicitly into a toplevel function and one for processing recursive nodes.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/nested-introspect.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/data/nested-introspect.xml b/test/data/nested-introspect.xml
new file mode 100644
index 0000000..6a88b31
--- /dev/null
+++ b/test/data/nested-introspect.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- http://bugs.freedesktop.org/show_bug.cgi?id=19065 -->
+<node name="/">
+ <node name="org">
+ <interface name="org.dummy">
+ <method name="mycall">
+ </method>
+ </interface>
+ </node>
+</node>