0
|
1 |
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
2 |
<node>
|
|
3 |
<interface name="com.trolltech.QtDBus.Pinger">
|
|
4 |
<property name="stringProp" type="s" access="readwrite"/>
|
|
5 |
<property name="variantProp" type="v" access="readwrite"/>
|
|
6 |
<property name="complexProp" type="(s)" access="readwrite">
|
|
7 |
<annotation name="com.trolltech.QtDBus.QtTypeName" value="RegisteredType"/>
|
|
8 |
</property>
|
|
9 |
<signal name="voidSignal"/>
|
|
10 |
<signal name="stringSignal">
|
|
11 |
<arg type="s"/>
|
|
12 |
</signal>
|
|
13 |
<signal name="complexSignal">
|
|
14 |
<arg name="" type="(s)"/>
|
|
15 |
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="RegisteredType"/>
|
|
16 |
</signal>
|
|
17 |
<method name="voidMethod" />
|
|
18 |
<method name="stringMethod">
|
|
19 |
<arg type="s" direction="out"/>
|
|
20 |
</method>
|
|
21 |
<method name="complexMethod">
|
|
22 |
<arg type="(s)" direction="out"/>
|
|
23 |
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="RegisteredType"/>
|
|
24 |
</method>
|
|
25 |
<method name="multiOutMethod">
|
|
26 |
<arg type="s" direction="out"/>
|
|
27 |
<arg type="i" direction="out"/
|
|
28 |
</method>
|
|
29 |
</interface>
|
|
30 |
</node>
|