This file is indexed.

/usr/share/dbus-1/interfaces/org.kde.Wacom.xml is in kde-config-tablet 2.0-2.

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
<!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.Wacom">

        <!--
            METHODS
        -->
        <method name="getDeviceList">
            <arg type="as" direction="out"/>
        </method>

        <method name="getDeviceName">
            <arg type="s" name="device" direction="in"/>
            <arg type="s" direction="out"/>
        </method>

        <!-- method name="getInformation">
            <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="Wacom::TabletInformation"/>
            <arg type="(sssssssssssbb)" direction="out"/>
        </method -->

        <method name="getInformation">
            <arg type="s" name="info" direction="in"/>
            <arg type="s" direction="out"/>
        </method>

        <method name="getProfile">
            <arg type="s" direction="out"/>
        </method>

        <method name="getProperty">
            <arg type="s" name="device" direction="in"/>
            <arg type="s" name="param" direction="in"/>
            <arg type="s" direction="out"/>
        </method>

        <method name="hasPadButtons">
            <arg type="b" direction="out"/>
        </method>

        <method name="isAvailable">
            <arg type="b" direction="out"/>
        </method>

        <method name="listProfiles">
            <arg type="as" direction="out"/>
        </method>

        <method name="setProfile">
            <arg type="s" name="profile" direction="in"/>
        </method>

        <method name="setProperty">
            <arg type="s" name="device" direction="in"/>
            <arg type="s" name="param" direction="in"/>
            <arg type="s" name="value" direction="in"/>
        </method>

        <!--
            SIGNALS
        -->
        <signal name="profileChanged">
          <arg type="s" name="profile" direction="out"/>
        </signal>

        <signal name="tabletAdded">
        </signal>

        <signal name="tabletRemoved">
        </signal>

    </interface>
</node>