Warning, /sdk/dferry/tests/client/introspect1.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0002  "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node name="/org/freedesktop/sample_object">
0004   <interface name="org.freedesktop.SampleInterface">
0005     <method name="Frobate">
0006       <arg name="foo" type="i" direction="in"/>
0007       <arg name="bar" type="s" direction="out"/>
0008       <arg name="baz" type="a{us}" direction="out"/>
0009       <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
0010     </method>
0011     <method name="Bazify">
0012       <arg name="bar" type="(iiu)" direction="in"/>
0013       <arg name="bar" type="v" direction="out"/>
0014     </method>
0015     <method name="Mogrify">
0016       <arg name="bar" type="(iiav)" direction="in"/>
0017     </method>
0018     <signal name="Changed">
0019       <arg name="new_value" type="b"/>
0020     </signal>
0021     <property name="Bar" type="y" access="readwrite"/>
0022   </interface>
0023   <node name="child_of_sample_object"/>
0024   <node name="another_child_of_sample_object"/>
0025 </node>