This file is indexed.

/usr/share/devhelp/books/vala-0.22/delegates.html is in vala-0.22-doc 0.22.1-0ubuntu1.

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
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Delegates - Vala Reference Manual</title>
    <link rel="stylesheet" type="text/css" href="default.css"/>
  </head>
  <body>
    <div class="header">
      <a href="index.html">Vala Reference Manual</a>
    </div>
    <h2>Delegates</h2>
    <h3>Delegate declarations<a id="declaration"> </a></h3>
    <p>A delegate represents a callback supplied by the programmer.</p>
    <blockquote>
delegate-declaration:
	[ access-modifier ] <span class="literal">delegate</span> return-type qualified-identifier <span class="literal">(</span> parameter-list <span class="literal">)</span> <span class="literal">;</span>
		</blockquote>
  </body>
</html>