Make things compile again.
[kdenetwork.git] / kget / org.kde.kget.xml
blob6063f71e12a915aa91ac1df192ab5fbad5500625
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.kde.kget">
5     <method name="dropTargetVisible">
6       <arg type="b" direction="out"/>
7     </method>
8     <method name="setDropTargetVisible">
9       <arg type="b" direction="in"/>
10     </method>
11     <method name="offlineMode">
12       <arg type="b" direction="out"/>
13     </method>
14     <method name="setOfflineMode">
15       <arg type="b" direction="in"/>
16     </method>
17     <method name="addTransfer">
18       <arg type="s" direction="in"/>
19       <arg type="s" direction="in"/>
20       <arg type="b" direction="in"/>
21     </method>
22     <method name="showNewTransferDialog">
23       <arg type="as" direction="in"/>
24     </method>
25     <method name="transfers">
26        <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/> 
27        <arg name="out" type="a{sas}" direction="out"/>
28     </method>
29     <method name="transfersSpeed">
30       <arg type="i" direction="out"/>
31     </method>
32     <method name="importLinks">
33         <arg name="links" type="as" direction="in" />
34     </method>
35   </interface>
36 </node>