This file is indexed.

/usr/share/doc/content-hub/qml/html/qml-ubuntu-content-contentpeermodel.html is in libcontent-hub-doc 0.1+16.04.20160309-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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- contentpeermodel.cpp -->
  <title>ContentPeerModel QML Type | Ubuntu Content QML API </title>
<link rel="stylesheet" type="text/css" href="style/reset.css" />
<link rel="stylesheet" type="text/css" href="style/qtquick.css" />
<link rel="stylesheet" type="text/css" href="style/base.css" />
<link rel="stylesheet" type="text/css" href="style/scratch.css" />
</head>
<body>
   <div class="wrapper">
   <div class="main-content">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">ContentPeerModel QML Type</h1>
<span class="subtitle"></span>
<!-- $$$ContentPeerModel-brief -->
<p>A list of applications that can export or import a <a href="qml-ubuntu-content-contenttype.html">ContentType</a> <a href="#details">More...</a></p>
<!-- @@@ContentPeerModel -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import Ubuntu.Content 1.1</td></tr></table></div><ul>
<li><a href="qml-ubuntu-content-contentpeermodel-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-ubuntu-content-contentpeermodel.html#contentType-prop">contentType</a></b></b> : ContentType</li>
<li class="fn"><b><b><a href="qml-ubuntu-content-contentpeermodel.html#handler-prop">handler</a></b></b> : ContentHandler</li>
<li class="fn"><b><b><a href="qml-ubuntu-content-contentpeermodel.html#peers-prop">peers</a></b></b> : list&lt;ContentPeer&gt;</li>
</ul>
<!-- $$$ContentPeerModel-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p>A <a href="qml-ubuntu-content-contentpeermodel.html">ContentPeerModel</a> provides a list of all applications that are registered in the <a href="qml-ubuntu-content-contenthub.html">ContentHub</a> as a source or destination of a <a href="qml-ubuntu-content-contenttype.html">ContentType</a></p>
<p>See documentation for <a href="qml-ubuntu-content-contentpeer.html">ContentPeer</a></p>
<!-- @@@ContentPeerModel -->
<h2>Property Documentation</h2>
<!-- $$$contentType -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="contentType-prop"><td class="tblQmlPropNode"><p><a name="contentType-prop"></a><span class="name">contentType</span> : <span class="type"><a href="qml-ubuntu-content-contenttype.html">ContentType</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>Specifies which <a href="qml-ubuntu-content-contenttype.html">ContentType</a> discovered peers should support.</p>
</div></div><!-- @@@contentType -->
<br/>
<!-- $$$handler -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="handler-prop"><td class="tblQmlPropNode"><p><a name="handler-prop"></a><span class="name">handler</span> : <span class="type"><a href="qml-ubuntu-content-contenthandler.html">ContentHandler</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>Specifies which <a href="qml-ubuntu-content-contenthandler.html">ContentHandler</a> discovered peers should support.</p>
</div></div><!-- @@@handler -->
<br/>
<!-- $$$peers -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="peers-prop"><td class="tblQmlPropNode"><p><a name="peers-prop"></a><span class="name">peers</span> : <span class="type">list</span>&lt;<span class="type"><a href="qml-ubuntu-content-contentpeer.html">ContentPeer</a></span>&gt;</p></td></tr></table></div></div><div class="qmldoc"><p>Provides a list of discovered peers matching the requested <a href="qml-ubuntu-content-contenttype.html">ContentType</a> and <a href="qml-ubuntu-content-contenthandler.html">ContentHandler</a>.</p>
</div></div><!-- @@@peers -->
<br/>
</div></div>
<div class="shadow"></div>
<footer>
	<div>
		<nav role="navigation" class="clearfix">
		</nav>
		<p>&copy; 2013 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</p>
	</div>
</footer>
</body>
</html>