This file is indexed.

/usr/share/gtk-doc/html/libdmapsharing-3.0/libdmapsharing-3.0-DMAPDb.html is in libdmapsharing-3.0-dev 2.9.24-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
 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DMAPDb</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="libdmapsharing-3.0 Reference Manual">
<link rel="up" href="ch01.html" title="[Insert title here]">
<link rel="prev" href="libdmapsharing-3.0-DMAPContainerRecord.html" title="DMAPContainerRecord">
<link rel="next" href="libdmapsharing-3.0-dmap-enums.html" title="dmap-enums">
<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="libdmapsharing-3.0-DMAPContainerRecord.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.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">libdmapsharing-3.0 Reference Manual</th>
<td><a accesskey="n" href="libdmapsharing-3.0-dmap-enums.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libdmapsharing-3.0-DMAPDb.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#libdmapsharing-3.0-DMAPDb.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="libdmapsharing-3.0-DMAPDb"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libdmapsharing-3.0-DMAPDb.top_of_page"></a>DMAPDb</span></h2>
<p>DMAPDb</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="libdmapsharing-3.0-DMAPDb.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct              <a class="link" href="libdmapsharing-3.0-DMAPDb.html#DMAPDbIface" title="struct DMAPDbIface">DMAPDbIface</a>;
const <span class="returnvalue">char</span> *        (<a class="link" href="libdmapsharing-3.0-DMAPDb.html#RecordGetValueFunc" title="RecordGetValueFunc ()">*RecordGetValueFunc</a>)               (<em class="parameter"><code><span class="type">DMAPRecord</span> *record</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-add" title="dmap_db_add ()">dmap_db_add</a>                         (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">DMAPRecord</span> *record</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-add-path" title="dmap_db_add_path ()">dmap_db_add_path</a>                    (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-add-with-id" title="dmap_db_add_with_id ()">dmap_db_add_with_id</a>                 (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">DMAPRecord</span> *record</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> id</code></em>);
<span class="returnvalue">GHashTable</span> *        <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-apply-filter" title="dmap_db_apply_filter ()">dmap_db_apply_filter</a>                (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> *filter_def</code></em>);
<span class="returnvalue">gulong</span>              <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-count" title="dmap_db_count ()">dmap_db_count</a>                       (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-foreach" title="dmap_db_foreach ()">dmap_db_foreach</a>                     (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">GHFunc</span> func</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
<span class="returnvalue">DMAPRecord</span> *        <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-lookup-by-id" title="dmap_db_lookup_by_id ()">dmap_db_lookup_by_id</a>                (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> id</code></em>);
<span class="returnvalue">guint</span>               <a class="link" href="libdmapsharing-3.0-DMAPDb.html#dmap-db-lookup-id-by-location" title="dmap_db_lookup_id_by_location ()">dmap_db_lookup_id_by_location</a>       (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *location</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="libdmapsharing-3.0-DMAPDb.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="libdmapsharing-3.0-DMAPDb.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="DMAPDbIface"></a><h3>struct DMAPDbIface</h3>
<pre class="programlisting">struct DMAPDbIface {
	GTypeInterface parent;

	  guint (*add) (DMAPDb * db, DMAPRecord * record);
	  guint (*add_with_id) (DMAPDb * db, DMAPRecord * record, guint id);
	  guint (*add_path) (DMAPDb * db, const gchar * path);
	DMAPRecord *(*lookup_by_id) (const DMAPDb * db, guint id);
	  guint (*lookup_id_by_location) (const DMAPDb * db,
					  const gchar * location);
	void (*foreach) (const DMAPDb * db, GHFunc func, gpointer data);
	  gint64 (*count) (const DMAPDb * db);
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="RecordGetValueFunc"></a><h3>RecordGetValueFunc ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> *        (*RecordGetValueFunc)               (<em class="parameter"><code><span class="type">DMAPRecord</span> *record</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-add"></a><h3>dmap_db_add ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               dmap_db_add                         (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">DMAPRecord</span> *record</code></em>);</pre>
<p>
Add a record to the database and assign it the given ID.
</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>db</code></em> :</span></p></td>
<td>A media database.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>record</code></em> :</span></p></td>
<td>A database record.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The ID for the newly added record.
See also the notes for dmap_db_add regarding reference counting.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-add-path"></a><h3>dmap_db_add_path ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               dmap_db_add_path                    (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);</pre>
<p>
Create a record and add it to the database.
</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>db</code></em> :</span></p></td>
<td>A media database.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
<td>A path to an appropriate media file.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The ID for the newly added record.
See also the notes for dmap_db_add regarding reference counting.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-add-with-id"></a><h3>dmap_db_add_with_id ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               dmap_db_add_with_id                 (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">DMAPRecord</span> *record</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> id</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-apply-filter"></a><h3>dmap_db_apply_filter ()</h3>
<pre class="programlisting"><span class="returnvalue">GHashTable</span> *        dmap_db_apply_filter                (<em class="parameter"><code><span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">GSList</span> *filter_def</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-count"></a><h3>dmap_db_count ()</h3>
<pre class="programlisting"><span class="returnvalue">gulong</span>              dmap_db_count                       (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>);</pre>
<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>db</code></em> :</span></p></td>
<td>A media database.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the number of records in the database.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-foreach"></a><h3>dmap_db_foreach ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                dmap_db_foreach                     (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">GHFunc</span> func</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
<p>
Apply a function to each record in a media database.
</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>db</code></em> :</span></p></td>
<td>A media database.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>User data to pass to the function.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-lookup-by-id"></a><h3>dmap_db_lookup_by_id ()</h3>
<pre class="programlisting"><span class="returnvalue">DMAPRecord</span> *        dmap_db_lookup_by_id                (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> id</code></em>);</pre>
<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>db</code></em> :</span></p></td>
<td>A media database.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
<td>A record ID.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the database record corresponding to <em class="parameter"><code>id</code></em>. This record should
be unrefed by the calling code when no longer required.
If you are implementing a full database using this API, then you
probably want to increment the reference count before returning a record
pointer.
On the other hand, if you are implementing an adapter class
and the records are stored elsewhere, then you will probably return a
transient record. That is, once the user is done using it, the returned
record should be free'd because it is a adapter copy of the real record.
In this case, the reference count should not be incremented before
returning a record pointer.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dmap-db-lookup-id-by-location"></a><h3>dmap_db_lookup_id_by_location ()</h3>
<pre class="programlisting"><span class="returnvalue">guint</span>               dmap_db_lookup_id_by_location       (<em class="parameter"><code>const <span class="type">DMAPDb</span> *db</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *location</code></em>);</pre>
<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>db</code></em> :</span></p></td>
<td>A media database.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
<td>A record location.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the database id for the record corresponding to <em class="parameter"><code>path</code></em> or 0 if
such a record does not exist.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>