Warning, /plasma/plasma-workspace/ksmserver/org.kde.KSMServerInterface.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.KSMServerInterface">
0004      <!--deprecated-->
0005       <method name="logout">
0006       <arg type="i" direction="in"/>
0007       <arg type="i" direction="in"/>
0008       <arg type="i" direction="in"/>
0009     </method>
0010     <!--deprecated-->
0011     <method name="canShutdown">
0012       <arg type="b" direction="out"/>
0013     </method>
0014     <method name="isShuttingDown">
0015       <arg type="b" direction="out"/>
0016     </method>
0017     <method name="sessionList">
0018       <arg type="as" direction="out"/>
0019     </method>
0020     <method name="currentSession">
0021       <arg type="s" direction="out"/>
0022     </method>
0023     <method name="saveCurrentSession">
0024     </method>
0025     <method name="saveCurrentSessionAs">
0026       <arg type="s" direction="in"/>
0027     </method>
0028     <method name="saveSubSession">
0029       <arg type="s" direction="in"/>
0030       <arg type="as" direction="in"/>
0031       <arg type="as" direction="in"/>
0032     </method>
0033     <method name="restoreSubSession">
0034       <arg type="s" direction="in"/>
0035     </method>
0036     <method name="openSwitchUserDialog" />
0037     <signal name="subSessionClosed"/>
0038     <signal name="subSessionCloseCanceled"/>
0039     <signal name="subSessionOpened"/>
0040 
0041     <method name="restoreSession">
0042         <!-- Restore the main session. Should only be called once on startup -->
0043     </method>
0044 
0045     <method name="closeSession">
0046         <!-- Performs a logout and closes the session. Returns true if the session was closed successfully, false if cancelled by the user-->
0047         <arg type="b" direction="out"/>
0048     </method>
0049   </interface>
0050 </node>