This file is indexed.

/usr/share/gtk-doc/html/libinfinity-0.5/ch02.html is in libinfinity-0.5-doc 0.5.5-1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Common libinfinity API</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="libinfinity-0.5 Reference Manual">
<link rel="up" href="index.html" title="libinfinity-0.5 Reference Manual">
<link rel="prev" href="custom-compiling.html" title="Compiling and Using libinfinity">
<link rel="next" href="libinfinity-0.5-InfInit.html" title="InfInit">
<meta name="generator" content="GTK-Doc V1.19 (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="2"><tr valign="middle">
<td><a accesskey="p" href="custom-compiling.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">libinfinity-0.5 Reference Manual</th>
<td><a accesskey="n" href="libinfinity-0.5-InfInit.html"><img src="right.png" width="24" height="24" 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.5-InfInit.html">InfInit</a></span><span class="refpurpose"></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"></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="InfTcpConnection.html">InfTcpConnection</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfXmlConnection.html">InfXmlConnection</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="InfXmppConnection.html">InfXmppConnection</a></span><span class="refpurpose"></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"></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.5-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="libinfinity-0.5-InfCertUtil.html">InfCertUtil</a></span><span class="refpurpose"></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.5-InfError.html">InfError</a></span><span class="refpurpose"> — Common error codes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinfinity-0.5-InfProtocol.html">InfProtocol</a></span><span class="refpurpose"> — Infinote protocol parameters</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.19</div>
</body>
</html>