add more spacing
[personal-kdebase.git] / workspace / kcontrol / keys / org.kde.KdedGlobalAccel.xml
blob92920a8fbf3623793fe0a504e6f28c2fe34a407d
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.KdedGlobalAccel">
5     <signal name="invokeAction">
6       <arg name="actionId" type="as" direction="out"/>
7       <arg name="timestamp" type="x" direction="out"/>
8     </signal>
9     <signal name="yourShortcutGotChanged">
10       <arg name="actionId" type="as" direction="out"/>
11       <arg name="newKeys" type="ai" direction="out"/>
12       <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
13     </signal>
14     <method name="allComponents">
15       <arg type="ao" direction="out"/>
16     </method>
17     <method name="allMainComponents">
18       <arg type="aas" direction="out"/>
19       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
20     </method>
21     <method name="allActionsForComponent">
22       <arg type="aas" direction="out"/>
23       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
24       <arg name="actionId" type="as" direction="in"/>
25     </method>
26     <method name="action">
27       <arg type="as" direction="out"/>
28       <arg name="key" type="i" direction="in"/>
29     </method>
30     <method name="shortcut">
31       <arg type="ai" direction="out"/>
32       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
33       <arg name="actionId" type="as" direction="in"/>
34     </method>
35     <method name="defaultShortcut">
36       <arg type="ai" direction="out"/>
37       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
38       <arg name="actionId" type="as" direction="in"/>
39     </method>
40     <method name="setShortcut">
41       <arg type="ai" direction="out"/>
42       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
43       <arg name="actionId" type="as" direction="in"/>
44       <arg name="keys" type="ai" direction="in"/>
45       <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
46       <arg name="flags" type="u" direction="in"/>
47     </method>
48     <method name="setForeignShortcut">
49       <arg name="actionId" type="as" direction="in"/>
50       <arg name="keys" type="ai" direction="in"/>
51       <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
52     </method>
53     <method name="setInactive">
54       <arg name="actionId" type="as" direction="in"/>
55     </method>
56     <method name="doRegister">
57       <arg name="actionId" type="as" direction="in"/>
58     </method>
59     <method name="unRegister">
60       <arg name="actionId" type="as" direction="in"/>
61     </method>
62     <method name="activateGlobalShortcutContext">
63       <arg name="component" type="s" direction="in"/>
64       <arg name="context" type="s" direction="in"/>
65     </method>
66     <method name="isGlobalShortcutAvailable">
67       <arg type="b" direction="out"/>
68       <arg name="key" type="i" direction="in"/>
69       <arg name="component" type="s" direction="in"/>
70     </method>
71   </interface>
72   <interface name="org.freedesktop.DBus.Properties">
73     <method name="Get">
74       <arg name="interface_name" type="s" direction="in"/>
75       <arg name="property_name" type="s" direction="in"/>
76       <arg name="value" type="v" direction="out"/>
77     </method>
78     <method name="Set">
79       <arg name="interface_name" type="s" direction="in"/>
80       <arg name="property_name" type="s" direction="in"/>
81       <arg name="value" type="v" direction="in"/>
82     </method>
83   </interface>
84   <interface name="org.freedesktop.DBus.Introspectable">
85     <method name="Introspect">
86       <arg name="xml_data" type="s" direction="out"/>
87     </method>
88   </interface>
89   <node name="component"/>
90 </node>