This file is indexed.

/usr/share/dbus-1/interfaces/org.kde.KHTMLPart.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
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!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.KHTMLPart">
    <property name="autoloadImages" type="b" access="readwrite"/>
    <property name="dndEnabled" type="b" access="readwrite"/>
    <property name="encoding" type="s" access="readwrite"/>
    <property name="jScriptEnabled" type="b" access="readwrite"/>
    <property name="javaEnabled" type="b" access="readwrite"/>
    <property name="lastModified" type="s" access="read"/>
    <property name="metaRefreshEnabled" type="b" access="readwrite"/>
    <property name="onlyLocalReferences" type="b" access="readwrite"/>
    <property name="pluginsEnabled" type="b" access="readwrite"/>
    <property name="url" type="s" access="read"/>
    <signal name="configurationChanged">
    </signal>
    <method name="url">
      <arg type="s" direction="out"/>
    </method>
    <method name="closeUrl">
      <arg type="b" direction="out"/>
    </method>
    <method name="setJScriptEnabled">
      <arg name="enable" type="b" direction="in"/>
    </method>
    <method name="jScriptEnabled">
      <arg type="b" direction="out"/>
    </method>
    <method name="setMetaRefreshEnabled">
      <arg name="enable" type="b" direction="in"/>
    </method>
    <method name="metaRefreshEnabled">
      <arg type="b" direction="out"/>
    </method>
    <method name="setDndEnabled">
      <arg name="b" type="b" direction="in"/>
    </method>
    <method name="dndEnabled">
      <arg type="b" direction="out"/>
    </method>
    <method name="setJavaEnabled">
      <arg name="enable" type="b" direction="in"/>
    </method>
    <method name="javaEnabled">
      <arg type="b" direction="out"/>
    </method>
    <method name="setPluginsEnabled">
      <arg name="enable" type="b" direction="in"/>
    </method>
    <method name="pluginsEnabled">
      <arg type="b" direction="out"/>
    </method>
    <method name="setAutoloadImages">
      <arg name="enable" type="b" direction="in"/>
    </method>
    <method name="autoloadImages">
      <arg type="b" direction="out"/>
    </method>
    <method name="setOnlyLocalReferences">
      <arg name="enable" type="b" direction="in"/>
    </method>
    <method name="onlyLocalReferences">
      <arg type="b" direction="out"/>
    </method>
    <method name="setEncoding">
      <arg type="b" direction="out"/>
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="encoding">
      <arg type="s" direction="out"/>
    </method>
    <method name="setUserStyleSheet">
      <arg name="styleSheet" type="s" direction="in"/>
    </method>
    <method name="setFixedFont">
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="gotoAnchor">
      <arg type="b" direction="out"/>
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="nextAnchor">
      <arg type="b" direction="out"/>
    </method>
    <method name="prevAnchor">
      <arg type="b" direction="out"/>
    </method>
    <method name="activateNode">
    </method>
    <method name="selectedText">
      <arg type="s" direction="out"/>
    </method>
    <method name="selectAll">
    </method>
    <method name="lastModified">
      <arg type="s" direction="out"/>
    </method>
    <method name="print">
      <arg name="quick" type="b" direction="in"/>
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <method name="debugRenderTree">
    </method>
    <method name="debugDOMTree">
    </method>
    <method name="viewDocumentSource">
    </method>
    <method name="viewFrameSource">
    </method>
    <method name="saveBackground">
      <arg name="url" type="s" direction="in"/>
    </method>
    <method name="saveDocument">
      <arg name="url" type="s" direction="in"/>
    </method>
    <method name="evalJS">
      <arg type="s" direction="out"/>
      <arg name="script" type="s" direction="in"/>
    </method>
    <method name="stopAnimations">
    </method>
  </interface>
</node>