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.KdedGlobalAccel">
5 <signal name="invokeAction">
6 <arg name="actionId" type="as" direction="out"/>
7 <arg name="timestamp" type="x" direction="out"/>
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<int>"/>
14 <method name="allComponents">
15 <arg type="ao" direction="out"/>
17 <method name="allMainComponents">
18 <arg type="aas" direction="out"/>
19 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<QStringList>"/>
21 <method name="allActionsForComponent">
22 <arg type="aas" direction="out"/>
23 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<QStringList>"/>
24 <arg name="actionId" type="as" direction="in"/>
26 <method name="action">
27 <arg type="as" direction="out"/>
28 <arg name="key" type="i" direction="in"/>
30 <method name="shortcut">
31 <arg type="ai" direction="out"/>
32 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/>
33 <arg name="actionId" type="as" direction="in"/>
35 <method name="defaultShortcut">
36 <arg type="ai" direction="out"/>
37 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/>
38 <arg name="actionId" type="as" direction="in"/>
40 <method name="setShortcut">
41 <arg type="ai" direction="out"/>
42 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/>
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<int>"/>
46 <arg name="flags" type="u" direction="in"/>
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<int>"/>
53 <method name="setInactive">
54 <arg name="actionId" type="as" direction="in"/>
56 <method name="doRegister">
57 <arg name="actionId" type="as" direction="in"/>
59 <method name="unRegister">
60 <arg name="actionId" type="as" direction="in"/>
62 <method name="activateGlobalShortcutContext">
63 <arg name="component" type="s" direction="in"/>
64 <arg name="context" type="s" direction="in"/>
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"/>
72 <interface name="org.freedesktop.DBus.Properties">
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"/>
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"/>
84 <interface name="org.freedesktop.DBus.Introspectable">
85 <method name="Introspect">
86 <arg name="xml_data" type="s" direction="out"/>
89 <node name="component"/>