This file is indexed.

/usr/share/dbus-1/interfaces/org.kde.kdesvnd.xml is in kdesvn-kio-plugins 1.6.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
74
75
76
77
78
79
80
81
82
83
84
<!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.kdesvnd">
    <method name="get_login">
        <arg type="as" direction="out"/>
        <arg name="realm" type="s" direction="in"/>
        <arg name="user" type="s" direction="in"/>
    </method>
    <method name="get_saved_login">
        <arg type="as" direction="out"/>
        <arg name="realm" type="s" direction="in"/>
        <arg name="user" type="s" direction="in"/>
    </method>
    <method name="get_sslaccept">
        <arg type="i" direction="out" />
        <arg type="s" direction="in" name="hostname"/>
        <arg type="s" direction="in" name="fingerprint"/>
        <arg type="s" direction="in" name="validfrom"/>
        <arg type="s" direction="in" name="validuntil"/>
        <arg type="s" direction="in" name="issuerDName"/>
        <arg type="s" direction="in" name="realm"/>
    </method>
    <method name="get_sslclientcertfile">
        <arg type="s" direction="out"/>
    </method>
    <method name="get_logmsg">
    <arg type="as" direction="out" />
    </method>
    <method name="load_sslclientcertpw">
        <arg type="s" direction="out" />
        <arg type="s" direction="in" name="realm"/>
    </method>
    <method name="get_sslclientcertpw">
        <arg type="as" direction="out" />
        <arg type="s" direction="in" name="realm"/>
    </method>
    <method name="getActionMenu">
        <arg type="as" direction="out"/>
        <arg name="wclist" type="as" direction="in"/>
    </method>
    <method name="getTopLevelActionMenu">
        <arg type="as" direction="out"/>
        <arg name="wclist" type="as" direction="in"/>
    </method>
    <method name="getSingleActionMenu">
        <arg type="as" direction="out"/>
        <arg name="wc" type="s" direction="in"/>
    </method>
    <method name="registerKioFeedback">
        <arg type="t" name="kioid" direction="in"/>
    </method>
    <method name="unRegisterKioFeedback">
        <arg type="t" name="kioid" direction="in"/>
    </method>
    <method name="setKioStatus">
        <arg type="t" name="kioid" direction="in"/>
        <arg type="i" name="status" direction="in"/>
        <arg type="s" name="message" direction="in"/>
    </method>
    <method name="canceldKioOperation">
       <arg type="t" name="kioid" direction="in"/>
       <arg type="b" direction="out"/>
    </method>
    <method name="maxTransferKioOperation">
        <arg type="t" name="kioid" direction="in"/>
        <arg type="t" name="maxtransfer" direction="in"/>
    </method>
    <method name="transferedKioOperation">
        <arg type="t" name="kioid" direction="in"/>
        <arg type="t" name="transfered" direction="in"/>
    </method>
    <method name="titleKioOperation">
        <arg type="t" name="kioid" direction="in"/>
        <arg type="s" name="title" direction="in"/>
        <arg type="s" name="label" direction="in"/>
    </method>
    <method name="notifyKioOperation">
        <arg type="s" name="text" direction="in"/>
    </method>
    <method name="errorKioOperation">
        <arg type="s" name="text" direction="in"/>
    </method>
    </interface>
 </node>