Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konsole / src / org.kde.konsole.Konsole.xml
blob876e53db371ef0226290e8fcf16464c7a51e6063
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.kde.konsole.Konsole">
5     <method name="sessionCount">
6       <arg type="i" direction="out"/>
7     </method>
8     <method name="currentSession">
9       <arg type="s" direction="out"/>
10     </method>
11     <method name="newSession">
12       <arg type="s" direction="out"/>
13     </method>
14     <method name="newSession">
15       <arg name="type" type="s" direction="in"/>
16       <arg type="s" direction="out"/>
17     </method>
18     <method name="sessionId">
19       <arg name="position" type="i" direction="in"/>
20       <arg type="s" direction="out"/>
21     </method>
22     <method name="activateSession">
23       <arg name="sessionId" type="s" direction="in"/>
24     </method>
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"/>
31     </method>
32     <method name="setFullScreen">
33       <arg name="on" type="b" direction="in"/>
34     </method>
35     <method name="reparseConfiguration">
36     <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
37     </method>
38     <signal name="reloadConfig"/>
39   </interface>
40 </node>