This file is indexed.

/usr/share/gtk-doc/html/totem-pl-parser/annotation-glossary.html is in libtotem-plparser-dev 3.10.3-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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Totem Playlist Parser Reference Manual: Annotation glossary</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Totem Playlist Parser Reference Manual">
<link rel="up" href="index.html" title="Totem Playlist Parser Reference Manual">
<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
<meta name="generator" content="GTK-Doc V1.21 (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="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="api-index-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="annotation-glossary"></a>Annotation glossary</h1></div></div></div>
<div class="glossary">
<div class="titlepage"><div><div><h2 class="title">
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
<a name="glsA"></a><h3 class="title">A</h3>
<dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
<dd class="glossdef"><p>NULL is OK, both for passing and for returning.</p></dd>
<a name="glsE"></a><h3 class="title">E</h3>
<dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt>
<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
<a name="glsI"></a><h3 class="title">I</h3>
<dt><span class="glossterm"><a name="annotation-glossterm-in"></a>in</span></dt>
<dd class="glossdef"><p>Parameter for input. Default is <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>.</p></dd>
<a name="glsO"></a><h3 class="title">O</h3>
<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt>
<dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
<a name="glsS"></a><h3 class="title">S</h3>
<dt><span class="glossterm"><a name="annotation-glossterm-Stable"></a>Stable</span></dt>
<dd class="glossdef"><p>The intention of a Stable interface is to enable arbitrary third parties to
develop applications to these interfaces, release them, and have confidence that
they will run on all minor releases of the product (after the one in which the
interface was introduced, and within the same major release). Even at a major
release, incompatible changes are expected to be rare, and to have strong
justifications.
</p></dd>
<a name="glsT"></a><h3 class="title">T</h3>
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
<dt><span class="glossterm"><a name="annotation-glossterm-type"></a>type</span></dt>
<dd class="glossdef"><p>Override the parsed C type with given type.</p></dd>
</div>
<div class="index">
<div class="indexdiv">
<h3>P</h3>
<dl>
<dt>totem_pl_parser_add_ignored_mimetype, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-add-ignored-mimetype">totem_pl_parser_add_ignored_mimetype ()</a>
</dt>
<dt>totem_pl_parser_add_ignored_scheme, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-add-ignored-scheme">totem_pl_parser_add_ignored_scheme ()</a>
</dt>
<dt>totem_pl_parser_can_parse_from_data, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-can-parse-from-data">totem_pl_parser_can_parse_from_data ()</a>
</dt>
<dt>totem_pl_parser_can_parse_from_filename, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-can-parse-from-filename">totem_pl_parser_can_parse_from_filename ()</a>
</dt>
<dt>totem_pl_parser_can_parse_from_uri, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-can-parse-from-uri">totem_pl_parser_can_parse_from_uri ()</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_ABSTRACT, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ABSTRACT:CAPS">TOTEM_PL_PARSER_FIELD_ABSTRACT</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_ALBUM, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ALBUM:CAPS">TOTEM_PL_PARSER_FIELD_ALBUM</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_AUTHOR, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-AUTHOR:CAPS">TOTEM_PL_PARSER_FIELD_AUTHOR</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_AUTOPLAY, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-AUTOPLAY:CAPS">TOTEM_PL_PARSER_FIELD_AUTOPLAY</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_BASE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-BASE:CAPS">TOTEM_PL_PARSER_FIELD_BASE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_CONTACT, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-CONTACT:CAPS">TOTEM_PL_PARSER_FIELD_CONTACT</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_CONTENT_TYPE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-CONTENT-TYPE:CAPS">TOTEM_PL_PARSER_FIELD_CONTENT_TYPE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_COPYRIGHT, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-COPYRIGHT:CAPS">TOTEM_PL_PARSER_FIELD_COPYRIGHT</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_DESCRIPTION, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DESCRIPTION:CAPS">TOTEM_PL_PARSER_FIELD_DESCRIPTION</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DOWNLOAD-URI:CAPS">TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_DURATION, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DURATION:CAPS">TOTEM_PL_PARSER_FIELD_DURATION</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_DURATION_MS, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DURATION-MS:CAPS">TOTEM_PL_PARSER_FIELD_DURATION_MS</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_ENDTIME, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ENDTIME:CAPS">TOTEM_PL_PARSER_FIELD_ENDTIME</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_FILESIZE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-FILESIZE:CAPS">TOTEM_PL_PARSER_FIELD_FILESIZE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_GENRE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-GENRE:CAPS">TOTEM_PL_PARSER_FIELD_GENRE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_ID, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ID:CAPS">TOTEM_PL_PARSER_FIELD_ID</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_IMAGE_URI, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-IMAGE-URI:CAPS">TOTEM_PL_PARSER_FIELD_IMAGE_URI</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_IS_PLAYLIST, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-IS-PLAYLIST:CAPS">TOTEM_PL_PARSER_FIELD_IS_PLAYLIST</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_LANGUAGE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-LANGUAGE:CAPS">TOTEM_PL_PARSER_FIELD_LANGUAGE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_MOREINFO, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-MOREINFO:CAPS">TOTEM_PL_PARSER_FIELD_MOREINFO</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_PUB_DATE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-PUB-DATE:CAPS">TOTEM_PL_PARSER_FIELD_PUB_DATE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_SCREENSIZE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-SCREENSIZE:CAPS">TOTEM_PL_PARSER_FIELD_SCREENSIZE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_STARTTIME, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-STARTTIME:CAPS">TOTEM_PL_PARSER_FIELD_STARTTIME</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_SUBTITLE_URI, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-SUBTITLE-URI:CAPS">TOTEM_PL_PARSER_FIELD_SUBTITLE_URI</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_SUMMARY, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-SUMMARY:CAPS">TOTEM_PL_PARSER_FIELD_SUMMARY</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_TITLE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-TITLE:CAPS">TOTEM_PL_PARSER_FIELD_TITLE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_UI_MODE, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-UI-MODE:CAPS">TOTEM_PL_PARSER_FIELD_UI_MODE</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_URI, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-URI:CAPS">TOTEM_PL_PARSER_FIELD_URI</a>
</dt>
<dt>TOTEM_PL_PARSER_FIELD_VOLUME, <a class="indexterm" href="TotemPlParser.html#TOTEM-PL-PARSER-FIELD-VOLUME:CAPS">TOTEM_PL_PARSER_FIELD_VOLUME</a>
</dt>
<dt>totem_pl_parser_new, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-new">totem_pl_parser_new ()</a>
</dt>
<dt>totem_pl_parser_parse, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-parse">totem_pl_parser_parse ()</a>
</dt>
<dt>totem_pl_parser_parse_async, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-parse-async">totem_pl_parser_parse_async ()</a>
</dt>
<dt>totem_pl_parser_parse_date, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-parse-date">totem_pl_parser_parse_date ()</a>
</dt>
<dt>totem_pl_parser_parse_duration, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-parse-duration">totem_pl_parser_parse_duration ()</a>
</dt>
<dt>totem_pl_parser_parse_finish, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-parse-finish">totem_pl_parser_parse_finish ()</a>
</dt>
<dt>totem_pl_parser_parse_with_base, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-parse-with-base">totem_pl_parser_parse_with_base ()</a>
</dt>
<dt>totem_pl_parser_parse_with_base_async, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-parse-with-base-async">totem_pl_parser_parse_with_base_async ()</a>
</dt>
<dt>totem_pl_parser_save, <a class="indexterm" href="TotemPlParser.html#totem-pl-parser-save">totem_pl_parser_save ()</a>
</dt>
<dt>totem_pl_playlist_append, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-append">totem_pl_playlist_append ()</a>
</dt>
<dt>totem_pl_playlist_get, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-get">totem_pl_playlist_get ()</a>
</dt>
<dt>totem_pl_playlist_get_valist, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-get-valist">totem_pl_playlist_get_valist ()</a>
</dt>
<dt>totem_pl_playlist_get_value, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-get-value">totem_pl_playlist_get_value ()</a>
</dt>
<dt>totem_pl_playlist_insert, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-insert">totem_pl_playlist_insert ()</a>
</dt>
<dt>totem_pl_playlist_iter_first, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-iter-first">totem_pl_playlist_iter_first ()</a>
</dt>
<dt>totem_pl_playlist_iter_next, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-iter-next">totem_pl_playlist_iter_next ()</a>
</dt>
<dt>totem_pl_playlist_iter_prev, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-iter-prev">totem_pl_playlist_iter_prev ()</a>
</dt>
<dt>totem_pl_playlist_new, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-new">totem_pl_playlist_new ()</a>
</dt>
<dt>totem_pl_playlist_prepend, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-prepend">totem_pl_playlist_prepend ()</a>
</dt>
<dt>totem_pl_playlist_set, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-set">totem_pl_playlist_set ()</a>
</dt>
<dt>totem_pl_playlist_set_valist, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-set-valist">totem_pl_playlist_set_valist ()</a>
</dt>
<dt>totem_pl_playlist_set_value, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-set-value">totem_pl_playlist_set_value ()</a>
</dt>
<dt>totem_pl_playlist_size, <a class="indexterm" href="TotemPlPlaylist.html#totem-pl-playlist-size">totem_pl_playlist_size ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>T</h3>
<dl>
<dt>TotemPlParser, <a class="indexterm" href="TotemPlParser.html#TotemPlParser-struct">TotemPlParser</a>
</dt>
<dt>TotemPlParser::entry-parsed, <a class="indexterm" href="TotemPlParser.html#TotemPlParser-entry-parsed">The “entry-parsed” signal</a>
</dt>
<dt>TotemPlParser::playlist-ended, <a class="indexterm" href="TotemPlParser.html#TotemPlParser-playlist-ended">The “playlist-ended” signal</a>
</dt>
<dt>TotemPlParser::playlist-started, <a class="indexterm" href="TotemPlParser.html#TotemPlParser-playlist-started">The “playlist-started” signal</a>
</dt>
<dt>TotemPlParser:debug, <a class="indexterm" href="TotemPlParser.html#TotemPlParser--debug">The “debug” property</a>
</dt>
<dt>TotemPlParser:disable-unsafe, <a class="indexterm" href="TotemPlParser.html#TotemPlParser--disable-unsafe">The “disable-unsafe” property</a>
</dt>
<dt>TotemPlParser:force, <a class="indexterm" href="TotemPlParser.html#TotemPlParser--force">The “force” property</a>
</dt>
<dt>TotemPlParser:recurse, <a class="indexterm" href="TotemPlParser.html#TotemPlParser--recurse">The “recurse” property</a>
</dt>
<dt>TotemPlParserClass, <a class="indexterm" href="TotemPlParser.html#TotemPlParserClass">TotemPlParserClass</a>
</dt>
<dt>TotemPlParserError, <a class="indexterm" href="TotemPlParser.html#TotemPlParserError">enum TotemPlParserError</a>
</dt>
<dt>TotemPlParserMetadata, <a class="indexterm" href="TotemPlParser.html#TotemPlParserMetadata">TotemPlParser</a>
</dt>
<dt>TotemPlParserResult, <a class="indexterm" href="TotemPlParser.html#TotemPlParserResult">enum TotemPlParserResult</a>
</dt>
<dt>TotemPlParserType, <a class="indexterm" href="TotemPlParser.html#TotemPlParserType">enum TotemPlParserType</a>
</dt>
<dt>TotemPlPlaylist, <a class="indexterm" href="TotemPlPlaylist.html#TotemPlPlaylist-struct">TotemPlPlaylist</a>
</dt>
<dt>TotemPlPlaylistClass, <a class="indexterm" href="TotemPlPlaylist.html#TotemPlPlaylistClass">TotemPlPlaylistClass</a>
</dt>
<dt>TotemPlPlaylistIter, <a class="indexterm" href="totem-pl-parser-TotemPlPlaylistIter.html#TotemPlPlaylistIter">TotemPlPlaylistIter</a>
</dt>
</dl>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.21</div>
</body>
</html>