This file is indexed.

/usr/share/doc/bluemon/bluemon-dbus.xml is in bluemon 1.4-6.

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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://dbus.freedesktop.org/doc/introspect.dtd"> 
<node>
   <interface name="cx.ath.matthew.bluemon.Bluemon">
      <method name="Status" >
         <arg name="address" type="s" direction="in"/>
         <arg name="address" type="s" direction="out"/>
         <arg name="status" type="b" direction="out"/>
         <arg name="level" type="u" direction="out"/>
      </method>
   </interface>
   <interface name="cx.ath.matthew.bluemon.ProximitySignal">
      <signal name="Connect" >
         <arg name="address" type="s" direction="out"/>
      </signal>
      <signal name="Disconnect" >
         <arg name="address" type="s" direction="out"/>
      </signal>
   </interface>
   <interface name="org.freedesktop.DBus.Introspectable">
      <method name="Introspect">
         <arg type="s" direction="out"/>
      </method>
   </interface>
</node>