This file is indexed.

/usr/share/gtk-doc/html/libinfinity-0.6/ch02.html is in libinfinity-0.6-doc 0.6.7-1~deb8u1.

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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>libinfinity-0.6 Reference Manual: Common libinfinity API</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="libinfinity-0.6 Reference Manual">
<link rel="up" href="index.html" title="libinfinity-0.6 Reference Manual">
<link rel="prev" href="custom-compiling.html" title="Compiling and Using libinfinity">
<link rel="next" href="libinfinity-0.6-InfInit.html" title="InfInit">
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="custom-compiling.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libinfinity-0.6-InfInit.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="id-1.3"></a>Common libinfinity API</h1></div></div></div>
<div class="toc"><dl class="toc">
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfInit.html">InfInit</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfBrowser.html">InfBrowser</a></span><span class="refpurpose"> — Browsing of infinote directories</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfBrowserIter.html">InfBrowserIter</a></span><span class="refpurpose"> — Iterating through browsed nodes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfSessionProxy.html">InfSessionProxy</a></span><span class="refpurpose"> — Joining users into a session</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfRequest.html">InfRequest</a></span><span class="refpurpose"> — Asynchronous request</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfRequestResult.html">Result of an asynchronous request</a></span><span class="refpurpose"> — Request results for the infinote requests</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfSession.html">InfSession</a></span><span class="refpurpose"> — Basic session object and synchronization</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfChatSession.html">InfChatSession</a></span><span class="refpurpose"> — Simple standalone chat</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfChatBuffer.html">InfChatBuffer</a></span><span class="refpurpose"> — A ring buffer for chat messages</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfUserTable.html">InfUserTable</a></span><span class="refpurpose"> — User information storage</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfUser.html">InfUser</a></span><span class="refpurpose">User in a <span class="type">InfSession</span>.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfAcl.html">Access Control Lists</a></span><span class="refpurpose"> — Common data structures for the infinote ACL Permissions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfDiscovery.html">InfDiscovery</a></span><span class="refpurpose"> — Discovery of remote services</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfLocalPublisher.html">InfLocalPublisher</a></span><span class="refpurpose"> — Publish services on the local network</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfIpAddress.html">InfIpAddress</a></span><span class="refpurpose"> — IPv4 and IPv6 addresses</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfNameResolver.html">InfNameResolver</a></span><span class="refpurpose"> — Asynchronous DNS name lookup with support for SRV
records</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfTcpConnection.html">InfTcpConnection</a></span><span class="refpurpose"> — Represents a TCP-based connection to a remote host</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfXmlConnection.html">InfXmlConnection</a></span><span class="refpurpose"> — Exchange of XML messages</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfXmppConnection.html">InfXmppConnection</a></span><span class="refpurpose"> — Implementation of the XMPP core protocol</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfSimulatedConnection.html">InfSimulatedConnection</a></span><span class="refpurpose"> — Simulated network connection</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfDiscoveryAvahi.html">InfDiscoveryAvahi</a></span><span class="refpurpose"> — Service Discovery via Avahi</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfXmppManager.html">InfXmppManager</a></span><span class="refpurpose"> — Reuse existing connections</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfIo.html">InfIo</a></span><span class="refpurpose"> — Event loop abstraction</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfStandaloneIo.html">InfStandaloneIo</a></span><span class="refpurpose"> — Simple event loop implementation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfAsyncOperation.html">InfAsyncOperation</a></span><span class="refpurpose"> — Perform long-running operations in a separate thread</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfCertificateChain.html">InfCertificateChain</a></span><span class="refpurpose"> — X.509 certificate chains</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfFileUtil.html">File and directory utility functions</a></span><span class="refpurpose"> — Helper functions to handle directories.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfCertUtil.html">Certificate utility functions</a></span><span class="refpurpose"> — Helper functions to read and write information from
X.509 certificates.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfXmlUtil.html">XML utility functions</a></span><span class="refpurpose"> — Helper functions to read basic data types from XML</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfCertificateCredentials.html">InfCertificateCredentials</a></span><span class="refpurpose">Reference-counted wrapper for
<span class="type">gnutls_certificate_credentials_t</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfSaslContext.html">InfSaslContext</a></span><span class="refpurpose"> — Asynchronous SASL processing</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfError.html">InfError</a></span><span class="refpurpose"> — Common error codes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfProtocol.html">InfProtocol</a></span><span class="refpurpose"> — Infinote protocol parameters</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.6-InfNativeSocket.html">InfNativeSocket</a></span><span class="refpurpose"> — Uniform access to the BSD socket API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfBuffer.html">InfBuffer</a></span><span class="refpurpose"> — Abstract document interface</span>
</dt>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.21</div>
</body>
</html>