This file is indexed.

/usr/share/gtk-doc/html/gcr-3/GcrSimpleCollection.html is in libgcr-3-doc 3.10.1-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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GcrSimpleCollection</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Gcr Library Reference Manual">
<link rel="up" href="collections.html" title="Part II. Collections">
<link rel="prev" href="gcr-GcrComparable.html" title="GcrComparable">
<link rel="next" href="gcr-gcr-collection-model.html" title="gcr-collection-model">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</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="gcr-GcrComparable.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="collections.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></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">Gcr Library Reference Manual</th>
<td><a accesskey="n" href="gcr-gcr-collection-model.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GcrSimpleCollection.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#GcrSimpleCollection.description" class="shortcut">Description</a>
                   | 
                  <a href="#GcrSimpleCollection.object-hierarchy" class="shortcut">Object Hierarchy</a>
                   | 
                  <a href="#GcrSimpleCollection.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
</td></tr>
</table>
<div class="refentry">
<a name="GcrSimpleCollection"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GcrSimpleCollection.top_of_page"></a>GcrSimpleCollection</span></h2>
<p>GcrSimpleCollection — A simple implementation of GcrCollection</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GcrSimpleCollection.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct              <a class="link" href="GcrSimpleCollection.html#GcrSimpleCollection-struct" title="struct GcrSimpleCollection">GcrSimpleCollection</a>;
struct              <a class="link" href="GcrSimpleCollection.html#GcrSimpleCollectionClass" title="struct GcrSimpleCollectionClass">GcrSimpleCollectionClass</a>;
<a class="link" href="GcrCollection.html" title="GcrCollection"><span class="returnvalue">GcrCollection</span></a> *     <a class="link" href="GcrSimpleCollection.html#gcr-simple-collection-new" title="gcr_simple_collection_new ()">gcr_simple_collection_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GcrSimpleCollection.html#gcr-simple-collection-add" title="gcr_simple_collection_add ()">gcr_simple_collection_add</a>           (<em class="parameter"><code><a class="link" href="GcrSimpleCollection.html" title="GcrSimpleCollection"><span class="type">GcrSimpleCollection</span></a> *self</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="GcrSimpleCollection.html#gcr-simple-collection-remove" title="gcr_simple_collection_remove ()">gcr_simple_collection_remove</a>        (<em class="parameter"><code><a class="link" href="GcrSimpleCollection.html" title="GcrSimpleCollection"><span class="type">GcrSimpleCollection</span></a> *self</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="GcrSimpleCollection.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
   +----GcrSimpleCollection
</pre>
</div>
<div class="refsect1">
<a name="GcrSimpleCollection.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GcrSimpleCollection implements
 <a class="link" href="GcrCollection.html" title="GcrCollection">GcrCollection</a>.</p>
</div>
<div class="refsect1">
<a name="GcrSimpleCollection.description"></a><h2>Description</h2>
<p>
A simple implementation of <a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a>, which you can add and remove
objects from. Use <a class="link" href="GcrSimpleCollection.html#gcr-simple-collection-add" title="gcr_simple_collection_add ()"><code class="function">gcr_simple_collection_add()</code></a> to do this
<a class="link" href="GcrSimpleCollection.html#gcr-simple-collection-remove" title="gcr_simple_collection_remove ()"><code class="function">gcr_simple_collection_remove()</code></a>.
</p>
</div>
<div class="refsect1">
<a name="GcrSimpleCollection.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GcrSimpleCollection-struct"></a><h3>struct GcrSimpleCollection</h3>
<pre class="programlisting">struct GcrSimpleCollection;</pre>
<p>
A simple implementation of <a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="GcrSimpleCollectionClass"></a><h3>struct GcrSimpleCollectionClass</h3>
<pre class="programlisting">struct GcrSimpleCollectionClass {
	GObjectClass parent_class;
};
</pre>
<p>
The class for <a class="link" href="GcrSimpleCollection.html" title="GcrSimpleCollection"><span class="type">GcrSimpleCollection</span></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="GcrSimpleCollectionClass.parent-class"></a>parent_class</code></em>;</span></p></td>
<td>The parent class</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gcr-simple-collection-new"></a><h3>gcr_simple_collection_new ()</h3>
<pre class="programlisting"><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="returnvalue">GcrCollection</span></a> *     gcr_simple_collection_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Create a new <a class="link" href="GcrSimpleCollection.html" title="GcrSimpleCollection"><span class="type">GcrSimpleCollection</span></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a newly allocated
collection, which should be freed with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gcr.SimpleCollection]</span>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gcr-simple-collection-add"></a><h3>gcr_simple_collection_add ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gcr_simple_collection_add           (<em class="parameter"><code><a class="link" href="GcrSimpleCollection.html" title="GcrSimpleCollection"><span class="type">GcrSimpleCollection</span></a> *self</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);</pre>
<p>
Add an object to this collection
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>The collection</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
<td>The object to add</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gcr-simple-collection-remove"></a><h3>gcr_simple_collection_remove ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                gcr_simple_collection_remove        (<em class="parameter"><code><a class="link" href="GcrSimpleCollection.html" title="GcrSimpleCollection"><span class="type">GcrSimpleCollection</span></a> *self</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>);</pre>
<p>
Remove an object from the collection.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>The collection</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
<td>The object to remove from the collection</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>