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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node>
0004    <interface name="org.kde.KWin.Session">
0005       <method name="setState">
0006          <!-- Sets state of the session should be one of:
0007                 0 = normal
0008                 1 = saving
0009                 2= quitting
0010             -->
0011          <arg name="state" type="u" direction="in" />
0012       </method>
0013       <method name="loadSession">
0014           <arg name="name" type="s" direction="in" />
0015       </method>
0016       <method name="aboutToSaveSession">
0017           <arg name="name" type="s" direction="in" />
0018       </method>
0019       <method name="finishSaveSession">
0020           <arg name="name" type="s" direction="in" />
0021       </method>
0022     <!-- Shutdown kwin at the end of the session -->
0023       <method name="quit">
0024       </method>
0025    </interface>
0026 </node>