This file is indexed.

/usr/share/dbus-1/interfaces/org.soprano.QueryResultIterator.xml is in libsoprano-dev 2.9.4+dfsg1-0ubuntu2.

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
<!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.soprano.QueryResultIterator">
    <method name="next">
      <arg name="reply" type="b" direction="out" />
    </method>
    <method name="current">
      <arg name="node" type="a{s(isss)}" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="Soprano::BindingSet" />
    </method>
    <method name="close" />
    <method name="currentStatement">
      <arg name="statement" type="((isss)(isss)(isss)(isss))" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="Soprano::Statement" />
    </method>
    <method name="bindingByName">
      <arg name="name" type="s" direction="in" />
      <arg name="node" type="(isss)" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="Soprano::Node" />
    </method>
    <method name="bindingByIndex">
      <arg name="index" type="i" direction="in" />
      <arg name="node" type="(isss)" direction="out" />
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="Soprano::Node" />
    </method>
    <method name="bindingCount">
      <arg name="names" type="i" direction="out" />
    </method>
    <method name="bindingNames">
      <arg name="names" type="as" direction="out" />
    </method>
    <method name="boolValue">
      <arg name="reply" type="b" direction="out" />
    </method>
    <method name="isGraph">
      <arg name="reply" type="b" direction="out" />
    </method>
    <method name="isBinding">
      <arg name="reply" type="b" direction="out" />
    </method>
    <method name="isBool">
      <arg name="reply" type="b" direction="out" />
    </method>
  </interface>
</node>