This file is indexed.

/usr/share/gtk-doc/html/libinstpatch/ch02.html is in libinstpatch-doc 1.0.0-7.

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>Utility objects and functions</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<link rel="home" href="index.html" title="libinstpatch Reference Manual">
<link rel="up" href="index.html" title="libinstpatch Reference Manual">
<link rel="prev" href="IpatchVirtualContainer.html" title="IpatchVirtualContainer">
<link rel="next" href="libinstpatch-IpatchIter.html" title="IpatchIter">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Base objects and functions">
<link rel="chapter" href="ch02.html" title="Utility objects and functions">
<link rel="chapter" href="ch03.html" title="Sample data objects and functions">
<link rel="chapter" href="ch04.html" title="DLS patches">
<link rel="chapter" href="ch05.html" title="SoundFont patches">
<link rel="chapter" href="ch06.html" title="GigaSampler patches">
<link rel="chapter" href="ch07.html" title="Virtual banks">
<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
<link rel="index" href="api-index-full.html" title="API Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="IpatchVirtualContainer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">libinstpatch Reference Manual</th>
<td><a accesskey="n" href="libinstpatch-IpatchIter.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter" title="Utility objects and functions">
<div class="titlepage"><div><div><h2 class="title">
<a name="id2601198"></a>Utility objects and functions</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchIter.html">IpatchIter</a></span><span class="refpurpose"> — Iterator instance</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IpatchList.html">IpatchList</a></span><span class="refpurpose"> — An object containing a list of object pointers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IpatchConverter.html">IpatchConverter</a></span><span class="refpurpose"> — Base class for object conversion handlers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IpatchConverterSF2VoiceCache.html">IpatchConverterSF2VoiceCache</a></span><span class="refpurpose"> — Base object type used for <a
href="../libinstpatch/IpatchSF2VoiceCache.html#IpatchSF2Voice"
><span class="type">IpatchSF2Voice</span></a> cache converters</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IpatchRiff.html">IpatchRiff</a></span><span class="refpurpose"> — RIFF file parser/composer object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IpatchSF2VoiceCache.html">IpatchSF2VoiceCache</a></span><span class="refpurpose"> — SoundFont voice cache object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchParamProp.html">IpatchParamProp</a></span><span class="refpurpose"> — GParamSpec extended properties</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchTypeProp.html">IpatchTypeProp</a></span><span class="refpurpose"> — GObject style properties for GTypes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IpatchPaste.html">IpatchPaste</a></span><span class="refpurpose"> — Object paste instance</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchUnit.html">IpatchUnit</a></span><span class="refpurpose"> — Unit conversion system</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchUnit-generic.html">IpatchUnit_generic</a></span><span class="refpurpose"> — Generic unit types and conversions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchXml.html">IpatchXml</a></span><span class="refpurpose"> — XML tree functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchXmlObject.html">IpatchXmlObject</a></span><span class="refpurpose"> — GObject related XML tree functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-IpatchRange.html">IpatchRange</a></span><span class="refpurpose"> — A boxed type which defines a number range</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-md5.html">md5</a></span><span class="refpurpose"> — MD5 hashing functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-misc.html">misc</a></span><span class="refpurpose"> — Miscellaneous stuff</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-util.html">util</a></span><span class="refpurpose"> — Utility functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libinstpatch-version.html">version</a></span><span class="refpurpose"></span>
</dt>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>