/usr/share/gtk-doc/html/json-glib/index.html is in libjson-glib-doc 1.0.2-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 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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSON-GLib Reference Manual: JSON-GLib Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="JSON-GLib Reference Manual">
<link rel="next" href="json-glib.html" title="Part I. JSON-GLib Overview">
<meta name="generator" content="GTK-Doc V1.20 (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">JSON-GLib Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">for JSON-GLib 1.0.2
</p></div>
<div><p class="copyright">Copyright © 2007, 2008 OpenedHand LTD</p></div>
<div><p class="copyright">Copyright © 2009, 2010, 2011 Intel Corporation</p></div>
<div><div class="legalnotice">
<a name="id-1.1.5"></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>
The Free Software Foundation, Inc.,<br>
<span class="street">59 Temple Place</span> - Suite 330,<br>
<span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</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="json-glib.html">I. JSON-GLib Overview</a></span></dt>
<dt><span class="part"><a href="json-base.html">II. JSON-GLib Reference</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch01.html">Data Types</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="json-glib-JSON-Node.html">JSON Node</a></span><span class="refpurpose"> — Node in a JSON object model</span>
</dt>
<dt>
<span class="refentrytitle"><a href="json-glib-JSON-Array.html">JSON Array</a></span><span class="refpurpose"> — a JSON array representation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="json-glib-JSON-Object.html">JSON Object</a></span><span class="refpurpose"> — a JSON object representation</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="json-streams.html">III. Reading and writing</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch02.html">Parser</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="JsonParser.html">JsonParser</a></span><span class="refpurpose"> — Parse JSON data streams</span>
</dt>
<dt>
<span class="refentrytitle"><a href="JsonReader.html">JsonReader</a></span><span class="refpurpose"> — A cursor-based parser</span>
</dt>
<dt>
<span class="refentrytitle"><a href="JsonPath.html">JsonPath</a></span><span class="refpurpose"> — JSONPath implementation</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch03.html">Generator</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="JsonGenerator.html">JsonGenerator</a></span><span class="refpurpose"> — Generates JSON data streams</span>
</dt>
<dt>
<span class="refentrytitle"><a href="JsonBuilder.html">JsonBuilder</a></span><span class="refpurpose"> — Generates JSON trees</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="json-advanced.html">IV. JSON-GLib Advanced API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="json-glib-GObject-Serialization.html">GObject Serialization</a></span><span class="refpurpose"> — Serialize and deserialize GObjects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="json-glib-Serializable-Interface.html">Serializable Interface</a></span><span class="refpurpose"> — Interface for serialize and deserialize special GObjects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="json-glib-Boxed-Types-Serialization.html">Boxed Types Serialization</a></span><span class="refpurpose"> — Serialize and deserialize GBoxed types</span>
</dt>
<dt>
<span class="refentrytitle"><a href="json-glib-JSON-GVariant-Integration.html">JSON GVariant Integration</a></span><span class="refpurpose"> — Serialize and deserialize GVariant types</span>
</dt>
<dt>
<span class="refentrytitle"><a href="json-glib-Versioning-information.html">Versioning information</a></span><span class="refpurpose"> — JSON-GLib version checking</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="json-tools.html">V. JSON-GLib Additional Reference</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="tools.html">JSON-GLib Tools</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="json-format-tool.html">json-glib-format</a></span><span class="refpurpose"> — JSON-GLib formatting tool</span>
</dt>
<dt>
<span class="refentrytitle"><a href="json-validate-tool.html">json-glib-validate</a></span><span class="refpurpose"> — JSON-GLib validation tool</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch05.html">Object Hierarchy</a></span></dt>
</dl></dd>
<dt><span class="index"><a href="ix01.html">Index</a></span></dt>
<dt><span class="index"><a href="ix02.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="ix03.html">Index of new symbols in 0.4</a></span></dt>
<dt><span class="index"><a href="ix04.html">Index of new symbols in 0.6</a></span></dt>
<dt><span class="index"><a href="ix05.html">Index of new symbols in 0.8</a></span></dt>
<dt><span class="index"><a href="ix06.html">Index of new symbols in 0.10</a></span></dt>
<dt><span class="index"><a href="ix07.html">Index of new symbols in 0.12</a></span></dt>
<dt><span class="index"><a href="ix08.html">Index of new symbols in 0.14</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.20</div>
</body>
</html>
|