compile
[kdegraphics.git] / ksnapshot / org.kde.ksnapshot.xml
blobeb1d8e0734156fe50c8d6483f68e5cd89e8e7074
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.ksnapshot">
5                 <method name="slotGrab"/>
6                 <method name="slotSave"/>
7                 <method name="slotOpen">
8                         <arg name="application" type="s" direction="in" />
9                 </method>
10                 <method name="url">
11                         <arg type="s" direction="out"/>
12                 </method>
13                 <method name="save">
14                         <arg type="b" direction="out"/>
15                         <arg name="filename" type="s" direction="in"/>
16                 </method>
17                 <method name="slotSaveAs"/>
18                 <method name="slotCopy"/>
19                 <method name="setTime">
20                         <arg name="newTime" type="i" direction="in"/>
21                 </method>
22                 <method name="timeout">
23                         <arg type="i" direction="out"/>
24                 </method>
25                 <method name="setURL">
26                         <arg name="newURL" type="s" direction="in"/>
27                 </method>
28                 <method name="setGrabMode">
29                         <arg name="grab" type="i" direction="in"/>
30                 </method>
31                 <method name="grabMode">
32                         <arg type="i" direction="out"/>
33                 </method>
34                 <method name="slotMovePointer">
35                         <arg name="x" type="i" direction="in"/>
36                         <arg name="y" type="i" direction="in"/>
37                 </method>
38                 <method name="exit"/>
39         </interface>
40 </node>