1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.kde.konsole.Konsole">
5 <method name="sessionCount">
6 <arg type="i" direction="out"/>
8 <method name="currentSession">
9 <arg type="s" direction="out"/>
11 <method name="newSession">
12 <arg type="s" direction="out"/>
14 <method name="newSession">
15 <arg name="type" type="s" direction="in"/>
16 <arg type="s" direction="out"/>
18 <method name="sessionId">
19 <arg name="position" type="i" direction="in"/>
20 <arg type="s" direction="out"/>
22 <method name="activateSession">
23 <arg name="sessionId" type="s" direction="in"/>
25 <method name="nextSession"/>
26 <method name="prevSession"/>
27 <method name="moveSessionLeft"/>
28 <method name="moveSessionRight"/>
29 <method name="fullScreen">
30 <arg type="b" direction="out"/>
32 <method name="setFullScreen">
33 <arg name="on" type="b" direction="in"/>
35 <method name="reparseConfiguration">
36 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
38 <signal name="reloadConfig"/>