Brooklyn/plasma/workspace/ksmserver/org.kde.KSMServerInterface.xml
2022-03-05 22:41:29 +05:00

51 lines
1.6 KiB
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.KSMServerInterface">
<!--deprecated-->
<method name="logout">
<arg type="i" direction="in"/>
<arg type="i" direction="in"/>
<arg type="i" direction="in"/>
</method>
<!--deprecated-->
<method name="canShutdown">
<arg type="b" direction="out"/>
</method>
<method name="isShuttingDown">
<arg type="b" direction="out"/>
</method>
<method name="sessionList">
<arg type="as" direction="out"/>
</method>
<method name="currentSession">
<arg type="s" direction="out"/>
</method>
<method name="saveCurrentSession">
</method>
<method name="saveCurrentSessionAs">
<arg type="s" direction="in"/>
</method>
<method name="saveSubSession">
<arg type="s" direction="in"/>
<arg type="as" direction="in"/>
<arg type="as" direction="in"/>
</method>
<method name="restoreSubSession">
<arg type="s" direction="in"/>
</method>
<method name="openSwitchUserDialog" />
<signal name="subSessionClosed"/>
<signal name="subSessionCloseCanceled"/>
<signal name="subSessionOpened"/>
<method name="restoreSession">
<!-- Restore the main session. Should only be called once on startup -->
</method>
<method name="closeSession">
<!-- Performs a logout and closes the session. Returns true if the session was closed successfully, false if cancelled by the user-->
<arg type="b" direction="out"/>
</method>
</interface>
</node>