/usr/share/gtk-doc/html/gupnp/index.html is in libgupnp-doc 1.0.2-2.
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 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GUPnP Reference Manual: GUPnP Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GUPnP Reference Manual">
<link rel="next" href="tutorial.html" title="Part I. Tutorial">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GUPnP Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">Version 1.0.2
</p></div>
<div><p class="copyright">Copyright © 2007, 2008, 2009 OpenedHand Ltd, Nokia Corporation</p></div>
<div><div class="legalnotice">
<a name="id-1.1.4"></a><p>
Permission is granted to copy, distribute and/or modify this
document under the terms of the <em class="citetitle">GNU Free
Documentation License</em>, Version 1.1 or any later
version published by the Free Software Foundation with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. You may obtain a copy of the <em class="citetitle">GNU Free
Documentation License</em> from the Free Software
Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
to:
</p>
<div class="address"><p><br>
Free Software Foundation<br>
<span class="street">51 Franklin Street</span>, Fifth Floor<br>
<span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02110-1335</span>,<br>
<span class="country">USA</span><br>
</p></div>
<p>
</p>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="part"><a href="tutorial.html">I. Tutorial</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="overview.html">Overview</a></span></dt>
<dt><span class="chapter"><a href="client-tutorial.html">Writing a UPnP Client</a></span></dt>
<dt><span class="chapter"><a href="server-tutorial.html">Writing a UPnP Service</a></span></dt>
</dl></dd>
<dt><span class="part"><a href="api.html">II. Reference</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="api-device-info.html">Device Information</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GUPnPDeviceInfo.html">GUPnPDeviceInfo</a></span><span class="refpurpose"> — Base abstract class for querying device information.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPServiceInfo.html">GUPnPServiceInfo</a></span><span class="refpurpose"> — Base abstract class for querying service information.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gupnp-gupnp-service-introspection.html">GUPnPServiceIntrospection</a></span><span class="refpurpose"> — Service introspection class.</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="api-device-control.html">Device Control</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GUPnPControlPoint.html">GUPnPControlPoint</a></span><span class="refpurpose"> — Class for resource discovery.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPDeviceProxy.html">GUPnPDeviceProxy</a></span><span class="refpurpose"> — Proxy class for remote devices.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPServiceProxy.html">GUPnPServiceProxy</a></span><span class="refpurpose"> — Proxy class for remote services.</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="api-device-impl.html">Device Implementation</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GUPnPDevice.html">GUPnPDevice</a></span><span class="refpurpose"> — Class for device implementations.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPRootDevice.html">GUPnPRootDevice</a></span><span class="refpurpose"> — Class for root device implementations.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPService.html">GUPnPService</a></span><span class="refpurpose"> — Class for service implementations.</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="api-context.html">Network context handling</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GUPnPContext.html">GUPnPContext</a></span><span class="refpurpose"> — Context object wrapping shared networking bits.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPContextManager.html">GUPnPContextManager</a></span><span class="refpurpose"> — Manages GUPnPContext objects.</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="api-utility.html">Utility Functions</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GUPnPAcl.html">GUPnPAcl</a></span><span class="refpurpose"> — Object providing a simple access control list for
GUPnP.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPWhiteList.html">GUPnPWhiteList</a></span><span class="refpurpose"> — Class for network filtering.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPResourceFactory.html">GUPnPResourceFactory</a></span><span class="refpurpose"> — Class for resource and resource proxy object creation.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GUPnPXMLDoc.html">GUPnPXMLDoc</a></span><span class="refpurpose"> — GObject wrapper for xmlDoc.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gupnp-Error-codes.html">Error codes</a></span><span class="refpurpose"> — Error domains and codes.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gupnp-Special-UPnP-types.html">Special UPnP types</a></span><span class="refpurpose"> — Extra types for use when calling UPnP actions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gupnp-Utility-functions.html">Utility functions</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="api-tools.html">Tools</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="gupnp-binding-tool.html">gupnp-binding-tool</a></span><span class="refpurpose"> — creates C convenience wrappers for UPnP services</span>
</dt></dl></dd>
</dl></dd>
<dt><span class="part"><a href="schemas.html">III. XML Schemas</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="schemas-device.html">Device Description</a></span></dt>
<dt><span class="chapter"><a href="schemas-service.html">Service Description</a></span></dt>
</dl></dd>
<dt><span class="glossary"><a href="glossary.html">Glossary</a></span></dt>
<dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="api-index-0-12-3.html">Index of new symbols in 0.12.3</a></span></dt>
<dt><span class="index"><a href="api-index-0-13-0.html">Index of new symbols in 0.13.0</a></span></dt>
<dt><span class="index"><a href="api-index-0-13-3.html">Index of new symbols in 0.13.3</a></span></dt>
<dt><span class="index"><a href="api-index-0-17-0.html">Index of new symbols in 0.17.0</a></span></dt>
<dt><span class="index"><a href="api-index-0-17-2.html">Index of new symbols in 0.17.2</a></span></dt>
<dt><span class="index"><a href="api-index-0-19-1.html">Index of new symbols in 0.19.1</a></span></dt>
<dt><span class="index"><a href="api-index-0-19-2.html">Index of new symbols in 0.19.2</a></span></dt>
<dt><span class="index"><a href="api-index-0-20-3.html">Index of new symbols in 0.20.3</a></span></dt>
<dt><span class="index"><a href="api-index-0-20-4.html">Index of new symbols in 0.20.4</a></span></dt>
<dt><span class="index"><a href="api-index-0-20-5.html">Index of new symbols in 0.20.5</a></span></dt>
<dt><span class="index"><a href="api-index-0-20-8.html">Index of new symbols in 0.20.8</a></span></dt>
<dt><span class="index"><a href="api-index-0-20-9.html">Index of new symbols in 0.20.9</a></span></dt>
<dt><span class="index"><a href="api-index-0-20-11.html">Index of new symbols in 0.20.11</a></span></dt>
<dt><span class="index"><a href="api-index-0-20-12.html">Index of new symbols in 0.20.12</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>
|