This file is indexed.

/usr/share/dbus-1/interfaces/org.kde.KGlobalAccel.xml is in kdelibs5-dev 4:4.13.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.kde.KGlobalAccel">
    <signal name="yourShortcutGotChanged">
      <arg name="actionId" type="as" direction="out"/>
      <arg name="newKeys" type="ai" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
    </signal>
    <method name="allComponents">
      <arg type="ao" direction="out"/>
    </method>
    <method name="allMainComponents">
      <arg type="aas" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
    </method>
    <method name="allActionsForComponent">
      <arg type="aas" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
    </method>
    <method name="action">
      <arg type="as" direction="out"/>
      <arg name="key" type="i" direction="in"/>
    </method>
    <method name="getComponent">
      <arg type="o" direction="out"/>
      <arg name="componentUnique" type="s" direction="in"/>
    </method>
    <method name="shortcut">
      <arg type="ai" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
    </method>
    <method name="defaultShortcut">
      <arg type="ai" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
    </method>
    <method name="setShortcut">
      <arg type="ai" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
      <arg name="keys" type="ai" direction="in"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
      <arg name="flags" type="u" direction="in"/>
    </method>
    <method name="setForeignShortcut">
      <arg name="actionId" type="as" direction="in"/>
      <arg name="keys" type="ai" direction="in"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
    </method>
    <method name="setInactive">
      <arg name="actionId" type="as" direction="in"/>
    </method>
    <method name="doRegister">
      <arg name="actionId" type="as" direction="in"/>
    </method>
    <method name="unRegister">
      <arg name="actionId" type="as" direction="in"/>
    </method>
    <method name="activateGlobalShortcutContext">
      <arg name="component" type="s" direction="in"/>
      <arg name="context" type="s" direction="in"/>
    </method>
    <method name="getGlobalShortcutsByKey">
      <arg type="a(ssssssaiai)" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;KGlobalShortcutInfo&gt;"/>
      <arg name="key" type="i" direction="in"/>
    </method>
    <method name="isGlobalShortcutAvailable">
      <arg type="b" direction="out"/>
      <arg name="key" type="i" direction="in"/>
      <arg name="component" type="s" direction="in"/>
    </method>
  </interface>
</node>