This file is indexed.

/usr/share/gtk-doc/html/libglade/index.html is in libglade2-dev 1:2.6.4-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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Libglade - Graphical Interface Description Loader API</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
<meta name="description" content="libglade is a library that provides interfaces for loading graphical interfaces described in glade xml files and for accessing the widgets built in the loading process, .glade files are generated by the Glade application. This manual documents the interfaces of the libglade library and has some short notes to help get you up to speed with using the library.">
<link rel="home" href="index.html" title="Libglade - Graphical Interface Description Loader API">
<link rel="next" href="libglade-notes.html" title="Libglade Programming Notes">
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="libglade-notes.html" title="Libglade Programming Notes">
<link rel="chapter" href="libglade-dtd.html" title="Glade 2.0 File Format">
<link rel="part" href="libglade-lib.html" title="Part I. Libglade Library Reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book" lang="en">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Libglade - Graphical Interface Description Loader API</p></th></tr></table></div>
<div><div class="authorgroup"><div class="author">
<h3 class="author">
<span class="firstname">James</span> <span class="surname">Henstridge</span>
</h3>
<div class="affiliation"><div class="address"><p><br>
	    <code class="email">&lt;<a class="email" href="mailto:james@daa.com.au">james@daa.com.au</a>&gt;</code><br>
	  </p></div></div>
</div></div></div>
<div><p class="releaseinfo">for libglade <span>2.6.4</span></p></div>
<div><p class="copyright">Copyright © 1999-2002 James Henstridge</p></div>
<div><div class="legalnotice">
<a name="id2519345"></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: Free Software Foundation, Inc., 59 Temple Place - Suite 330,
      Boston, MA 02111-1307, USA.</p>
<p>Many of the names used by companies to distinguish their
      products and services are claimed as trademarks. Where those
      names appear in any GNOME documentation, and those trademarks
      are made aware to the members of the GNOME Documentation
      Project, the names have been printed in caps or initial
      caps.</p>
</div></div>
<div><div class="abstract">
<p class="title"><b>Abstract</b></p>
<p>libglade is a library that provides interfaces for loading
      graphical interfaces described in glade xml files and for accessing
      the widgets built in the loading process, .glade files are generated
      by the Glade application.</p>
<p>This manual documents the interfaces of the libglade
      library and has some short notes to help get you up to speed
      with using the library.</p>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="chapter"><a href="libglade-notes.html">Libglade Programming Notes</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="libglade-notes.html#libglade-basics">Libglade Programming Basics</a></span></dt>
<dt><span class="sect1"><a href="libglade-modules.html">Libglade Modules</a></span></dt>
<dt><span class="sect1"><a href="libglade-i18n.html">Internationalisation with Libglade</a></span></dt>
<dt><span class="sect1"><a href="libglade-extending.html">Extending Libglade</a></span></dt>
<dt><span class="sect1"><a href="libglade-embedding.html">Embedding Libglade Interfaces</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="libglade-dtd.html">Glade 2.0 File Format</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="libglade-dtd.html#property-representations">Property Representations</a></span></dt>
<dt><span class="sect1"><a href="libglade-dtd-exceptions.html">Exceptions</a></span></dt>
</dl></dd>
<dt><span class="part"><a href="libglade-lib.html">I. Libglade Library Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="libglade-Libglade-Initialisation.html">Libglade Initialisation</a></span><span class="refpurpose"> — Routines used to initialise libglade.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GladeXML.html">GladeXML</a></span><span class="refpurpose"> — Allows dynamic loading of user interfaces from XML descriptions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libglade-Libglade-SAX-Parser.html">Libglade SAX Parser</a></span><span class="refpurpose"> — Declarations and routines for accessing the SAX based parser.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libglade-Libglade-Build.html">Libglade Build</a></span><span class="refpurpose"> — Routines used by widget building routines</span>
</dt>
</dl></dd>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.12</div>
</body>
</html>