This file is indexed.

/usr/share/dbus-1/interfaces/org.kde.KPasswdServer.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
<!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.KPasswdServer" >
    <signal name="checkAuthInfoAsyncResult" >
      <arg type="x" name="requestId" />
      <arg type="x" name="seqNr" />
      <arg type="(ysssssssssbbbba{s(siv)})" name="info" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In2" value="KIO::AuthInfo" />
    </signal>
    <signal name="queryAuthInfoAsyncResult" >
      <arg type="x" name="requestId" />
      <arg type="x" name="seqNr" />
      <arg type="(ysssssssssbbbba{s(siv)})" name="info" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In2" value="KIO::AuthInfo" />
    </signal>
    <method name="checkAuthInfo" >
      <arg direction="out" type="ay" />
      <arg direction="in" type="ay" name="data" />
      <arg direction="in" type="x" name="windowId" />
      <arg direction="in" type="x" name="usertime" />
    </method>
    <method name="queryAuthInfo" >
      <arg direction="out" type="ay" />
      <arg direction="in" type="ay" name="data" />
      <arg direction="in" type="s" name="errorMsg" />
      <arg direction="in" type="x" name="windowId" />
      <arg direction="in" type="x" name="seqNr" />
      <arg direction="in" type="x" name="usertime" />
    </method>
    <method name="checkAuthInfoAsync" >
      <arg direction="out" type="x" />
      <arg direction="in" type="(ysssssssssbbbba{s(siv)})" name="info" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="KIO::AuthInfo" />
      <arg direction="in" type="x" name="windowId" />
      <arg direction="in" type="x" name="usertime" />
    </method>
    <method name="queryAuthInfoAsync" >
      <arg direction="out" type="x" />
      <arg direction="in" type="(ysssssssssbbbba{s(siv)})" name="info" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="KIO::AuthInfo" />
      <arg direction="in" type="s" name="errorMsg" />
      <arg direction="in" type="x" name="windowId" />
      <arg direction="in" type="x" name="seqNr" />
      <arg direction="in" type="x" name="usertime" />
    </method>
    <method name="addAuthInfo" >
      <arg direction="in" type="ay" name="data" />
      <arg direction="in" type="x" name="windowId" />
    </method>
    <method name="addAuthInfo" >
      <arg direction="in" type="(ysssssssssbbbba{s(siv)})" name="info" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="KIO::AuthInfo" />
      <arg direction="in" type="x" name="windowId" />
    </method>
    <method name="removeAuthInfo" >
      <arg direction="in" type="s" name="host" />
      <arg direction="in" type="s" name="protocol" />
      <arg direction="in" type="s" name="user" />
    </method>
  </interface>
</node>