This file is indexed.

/usr/share/dbus-1/interfaces/net.sourceforge.kile.main.xml is in kile 4:2.1.3-3ubuntu1.

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
<!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="net.sourceforge.kile.main">
    <method name="openDocument">
      <arg name="path" type="s" direction="in"/>
    </method>
    <method name="closeDocument">
    </method>
    <method name="openProject">
      <arg name="path" type="s" direction="in"/>
    </method>
    <method name="insertText">
      <arg name="path" type="s" direction="in"/>
    </method>
    <method name="setLine">
      <arg name="line" type="s" direction="in"/>
    </method>
    <method name="setActive">
    </method>
    <method name="runTool">
      <arg type="i" direction="out"/>
      <arg name="tool" type="s" direction="in"/>
    </method>
    <method name="runToolWithConfig">
      <arg type="i" direction="out"/>
      <arg name="tool" type="s" direction="in"/>
      <arg name="config" type="s" direction="in"/>
    </method>
  </interface>
</node>