Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / workspace / ksmserver / org.kde.KSMServerInterface.xml
blob174fb481e55e05247f8d407ec17c0717eb630c46
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="sessionList">
10       <arg type="as" direction="out"/>
11     </method>
12     <method name="currentSession">
13       <arg type="s" direction="out"/>
14     </method>
15     <method name="saveCurrentSession">
16     </method>
17     <method name="saveCurrentSessionAs">
18       <arg type="s" direction="in"/>
19     </method>
20     <method name="suspendStartup">
21       <arg type="s" direction="in"/>
22     </method>
23     <method name="resumeStartup">
24       <arg type="s" direction="in"/>
25     </method>
26   </interface>
27 </node>