add more spacing
[personal-kdebase.git] / workspace / ksmserver / org.kde.KSMServerInterface.xml
blob0e2492474deafd1abecd51512725a1a680355f8b
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="org.kde.KSMServerInterface">
4     <method name="logout">
5       <arg type="i" direction="in"/>
6       <arg type="i" direction="in"/>
7       <arg type="i" direction="in"/>
8     </method>
9     <method name="canShutdown">
10       <arg type="b" direction="out"/>
11     </method>
12     <method name="sessionList">
13       <arg type="as" direction="out"/>
14     </method>
15     <method name="currentSession">
16       <arg type="s" direction="out"/>
17     </method>
18     <method name="saveCurrentSession">
19     </method>
20     <method name="saveCurrentSessionAs">
21       <arg type="s" direction="in"/>
22     </method>
23     <method name="suspendStartup">
24       <arg type="s" direction="in"/>
25     </method>
26     <method name="resumeStartup">
27       <arg type="s" direction="in"/>
28     </method>
29     <method name="wmChanged"/>
30   </interface>
31 </node>