This file is indexed.

/usr/share/gtk-doc/html/seed/index.html is in seed-doc 3.2.0-1ubuntu1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Seed Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Seed Reference Manual">
<link rel="next" href="seed.html" title="Part I. Seed Overview">
<meta name="generator" content="GTK-Doc V1.18 (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">Seed Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
      Documentation for Seed 3.2.0
.
      The latest version of this documentation can be found on-line at
      <a class="ulink" href="http://library.gnome.org/devel/seed/unstable/" target="_top">http://library.gnome.org/devel/seed/unstable/</a>.
    </p></div>
</div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="part"><a href="seed.html">I. Seed Overview</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="seed-introduction.html">Introduction</a></span><span class="refpurpose"> — 
What Seed is all about
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-building.html">Compiling Seed</a></span><span class="refpurpose"> — 
How to compile Seed itself
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-contact.html">Contact Information</a></span><span class="refpurpose"> — 
Where to find help, ask questions, or bring patches
</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="js.html">II. Seed JavaScript Reference</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="seed-importer.html">Importer</a></span><span class="refpurpose"> — 
Importing gobject-introspection namespaces, native modules, and JavaScript modules
</span>
</dt></dl></dd>
<dt><span class="part"><a href="api.html">III. Seed API Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="seed-Initialization.html">Initialization</a></span><span class="refpurpose"> — Overall setup of the Seed engine</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Contexts.html">Working with Contexts</a></span><span class="refpurpose"> — Self-contained JavaScript execution environments</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Evaluation.html">Evaluating JavaScript</a></span><span class="refpurpose"> — Creating and interpreting scripts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Exceptions.html">Exception Handling</a></span><span class="refpurpose"> — Throwing and catching exceptions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Signals.html">GObject Signals</a></span><span class="refpurpose"> — Connecting JavaScript functions to signals</span>
</dt>
<dt><span class="chapter"><a href="types.html">Values and Type Conversion</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="seed-Native-Type-Conversion.html">Type Conversion</a></span><span class="refpurpose"> — Moving between JavaScript and C intrinsic types</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Operating-on-Native-Types.html">Operating on JavaScript types</a></span><span class="refpurpose"> — Determining the type of a SeedValue</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-JS-Objects.html">Working with JavaScript objects</a></span><span class="refpurpose"> — Using properties, constructing objects, etc.</span>
</dt>
</dl></dd>
<dt>
<span class="refentrytitle"><a href="seed-Native-Functions.html">Creating native functions</a></span><span class="refpurpose"> — C functions as first-class JavaScript objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-JavaScript-Classes.html">Creating JavaScript classes</a></span><span class="refpurpose"> — Dealing with Seed class definitions and constructors</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-SeedClosure.html">Using JavaScript closures</a></span><span class="refpurpose"> — Creating and invoking closures over JavaScript functions using GClosure</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Modules.html">Seed Modules</a></span><span class="refpurpose"> — Native C modules for Seed</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="modules.html">IV. Seed Module Reference</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="readline-module.html">readline</a></span></dt>
<dt><span class="chapter"><a href="sqlite-module.html">SQLite</a></span></dt>
<dt><span class="chapter"><a href="GtkBuilder-module.html">GtkBuilder</a></span></dt>
<dt><span class="chapter"><a href="Sandbox-module.html">Sandbox</a></span></dt>
</dl></dd>
<dt><span class="index"><a href="ix01.html">Index</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>