<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="test.StructReturn">
<method name="ReturnsStruct">
<arg name="result" type="(ss)" direction="out" />
</method>
<method name="ReturnsTwoStrings">
<arg name="result1" type="s" direction="out" />
<arg name="result2" type="s" direction="out" />
</method>
<method name="ReturnsOneString">
<arg name="result" type="s" direction="out" />
</method>
<method name="ReturnsNestedStruct">
<arg name="result" type="((ss)i)" direction="out" />
</method>
</interface>
</node>