delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kdedglobalaccel / org.kde.KdedGlobalAccel.xml
blobbcac8f0082459eef46ded261180fbefe343411b1
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.kde.KdedGlobalAccel">
4     <signal name="invokeAction">
5       <arg name="actionId" type="as" direction="out"/>
6       <arg name="timestamp" type="x" direction="out"/>
7     </signal>
8     <signal name="yourShortcutGotChanged">
9       <arg name="actionId" type="as" direction="out"/>
10       <arg name="newKeys" type="ai" direction="out"/>
11       <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
12     </signal>
13     <method name="action">
14       <arg type="as" direction="out"/>
15       <arg name="key" type="i" direction="in"/>
16     </method>
17     <method name="shortcut">
18       <arg type="ai" direction="out"/>
19       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
20       <arg name="actionId" type="as" direction="in"/>
21     </method>
22     <method name="defaultShortcut">
23       <arg type="ai" direction="out"/>
24       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
25       <arg name="actionId" type="as" direction="in"/>
26     </method>
27     <method name="setShortcut">
28       <arg type="ai" direction="out"/>
29       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
30       <arg name="actionId" type="as" direction="in"/>
31       <arg name="keys" type="ai" direction="in"/>
32       <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
33       <arg name="flags" type="u" direction="in"/>
34     </method>
35     <method name="setForeignShortcut">
36       <arg name="actionId" type="as" direction="in"/>
37       <arg name="keys" type="ai" direction="in"/>
38       <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
39     </method>
40     <method name="setInactive">
41       <arg name="actionId" type="as" direction="in"/>
42     </method>
43     <method name="doRegister">
44       <arg name="actionId" type="as" direction="in"/>
45     </method>
46     <method name="unRegister">
47       <arg name="actionId" type="as" direction="in"/>
48     </method>
49     <method name="activateGlobalShortcutContext">
50       <arg name="component" type="s" direction="in"/>
51       <arg name="context" type="s" direction="in"/>
52     </method>
53     <method name="allMainComponents">
54       <arg type="aas" direction="out"/>
55       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
56     </method>
57     <method name="allActionsForComponent">
58       <arg type="aas" direction="out"/>
59       <arg name="actionId" type="as" direction="in"/>
60       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
61     </method>
62   </interface>
63 </node>