1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <interface name="org.kde.KSMServerInterface">
5 <arg type="i" direction="in"/>
6 <arg type="i" direction="in"/>
7 <arg type="i" direction="in"/>
9 <method name="canShutdown">
10 <arg type="b" direction="out"/>
12 <method name="sessionList">
13 <arg type="as" direction="out"/>
15 <method name="currentSession">
16 <arg type="s" direction="out"/>
18 <method name="saveCurrentSession">
20 <method name="saveCurrentSessionAs">
21 <arg type="s" direction="in"/>
23 <method name="suspendStartup">
24 <arg type="s" direction="in"/>
26 <method name="resumeStartup">
27 <arg type="s" direction="in"/>
29 <method name="wmChanged"/>