This file is indexed.

/usr/share/gtk-doc/html/gdata/index.html is in libgdata-doc 0.12.0-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
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GData Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="GData Reference Manual">
<link rel="next" href="pt01.html" title="Part I. GData Overview">
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GData Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">for GData 0.12.0
.
		</p></div>
</div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="part"><a href="pt01.html">I. GData Overview</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gdata-overview.html">GData Overview</a></span><span class="refpurpose"> — overview of libgdata's architecture</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdata-running.html">Running GData Applications</a></span><span class="refpurpose"> — running and debugging GData applications</span>
</dt>
<dt><span class="chapter"><a href="ch01.html">Object Hierarchy</a></span></dt>
</dl></dd>
<dt><span class="part"><a href="pt02.html">II. Core API</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch02.html">Core API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gdata-Version-Information.html">Version Information</a></span><span class="refpurpose"> — Macros to check the libgdata version</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataService.html">GDataService</a></span><span class="refpurpose"> — GData service object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataQuery.html">GDataQuery</a></span><span class="refpurpose"> — GData query object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataFeed.html">GDataFeed</a></span><span class="refpurpose"> — GData feed object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataEntry.html">GDataEntry</a></span><span class="refpurpose"> — GData entry object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdata-GData-Types.html">GData Types</a></span><span class="refpurpose"> — miscellaneous data types</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataParsable.html">GDataParsable</a></span><span class="refpurpose"> — GData parsable object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDownloadStream.html">GDataDownloadStream</a></span><span class="refpurpose"> — GData download stream object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataUploadStream.html">GDataUploadStream</a></span><span class="refpurpose"> — GData upload stream object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataComparable.html">GDataComparable</a></span><span class="refpurpose"> — GData comparable interface</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch03.html">Access Control List API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataAccessHandler.html">GDataAccessHandler</a></span><span class="refpurpose"> — GData access handler interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataAccessRule.html">GDataAccessRule</a></span><span class="refpurpose"> — GData access rule object</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch04.html">Batch Operation API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataBatchable.html">GDataBatchable</a></span><span class="refpurpose"> — GData batch service interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataBatchOperation.html">GDataBatchOperation</a></span><span class="refpurpose"> — GData batch operation object</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch05.html">Authentication/Authorization API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataAuthorizer.html">GDataAuthorizer</a></span><span class="refpurpose"> — GData authorization interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataAuthorizationDomain.html">GDataAuthorizationDomain</a></span><span class="refpurpose"> — GData authorization domain</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataClientLoginAuthorizer.html">GDataClientLoginAuthorizer</a></span><span class="refpurpose"> — GData ClientLogin authorization interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataOAuth1Authorizer.html">GDataOAuth1Authorizer</a></span><span class="refpurpose"> — GData OAuth 1.0 authorization interface</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch06.html">Comment API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataCommentable.html">GDataCommentable</a></span><span class="refpurpose"> — GData commentable interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataComment.html">GDataComment</a></span><span class="refpurpose"> — GData comment object</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="pt03.html">III. Namespace API</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch07.html">Atom API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataAuthor.html">GDataAuthor</a></span><span class="refpurpose"> — Atom author element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataCategory.html">GDataCategory</a></span><span class="refpurpose"> — Atom category element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGenerator.html">GDataGenerator</a></span><span class="refpurpose"> — Atom generator element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataLink.html">GDataLink</a></span><span class="refpurpose"> — Atom link element</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch08.html">Atom Publishing Protocol API</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="GDataAPPCategories.html">GDataAPPCategories</a></span><span class="refpurpose"> — GData APP categories object</span>
</dt></dl></dd>
<dt><span class="chapter"><a href="ch09.html">GData API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataGDEmailAddress.html">GDataGDEmailAddress</a></span><span class="refpurpose"> — GData e-mail address element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDIMAddress.html">GDataGDIMAddress</a></span><span class="refpurpose"> — GData instant messaging address element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDName.html">GDataGDName</a></span><span class="refpurpose"> — GData name element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDOrganization.html">GDataGDOrganization</a></span><span class="refpurpose"> — GData organization element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDPhoneNumber.html">GDataGDPhoneNumber</a></span><span class="refpurpose"> — GData phone number element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDPostalAddress.html">GDataGDPostalAddress</a></span><span class="refpurpose"> — GData postal address element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDReminder.html">GDataGDReminder</a></span><span class="refpurpose"> — GData reminder element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDWhen.html">GDataGDWhen</a></span><span class="refpurpose"> — GData when element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDWhere.html">GDataGDWhere</a></span><span class="refpurpose"> — GData where element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGDWho.html">GDataGDWho</a></span><span class="refpurpose"> — GData who element</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch10.html">GContact API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataGContactCalendar.html">GDataGContactCalendar</a></span><span class="refpurpose"> — gContact calendar element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGContactEvent.html">GDataGContactEvent</a></span><span class="refpurpose"> — gContact event element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGContactExternalID.html">GDataGContactExternalID</a></span><span class="refpurpose"> — gContact externalId element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGContactJot.html">GDataGContactJot</a></span><span class="refpurpose"> — gContact jot element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGContactLanguage.html">GDataGContactLanguage</a></span><span class="refpurpose"> — gContact language element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGContactRelation.html">GDataGContactRelation</a></span><span class="refpurpose"> — gContact relation element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataGContactWebsite.html">GDataGContactWebsite</a></span><span class="refpurpose"> — gContact website element</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch11.html">Media RSS API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataMediaCategory.html">GDataMediaCategory</a></span><span class="refpurpose"> — Media RSS category element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataMediaContent.html">GDataMediaContent</a></span><span class="refpurpose"> — Media RSS content element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataMediaCredit.html">GDataMediaCredit</a></span><span class="refpurpose"> — Media RSS credit element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataMediaThumbnail.html">GDataMediaThumbnail</a></span><span class="refpurpose"> — Media RSS thumbnail element</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch12.html">YouTube API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeCategory.html">GDataYouTubeCategory</a></span><span class="refpurpose"> — YouTube category element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeContent.html">GDataYouTubeContent</a></span><span class="refpurpose"> — YouTube content element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeCredit.html">GDataYouTubeCredit</a></span><span class="refpurpose"> — YouTube credit element</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeState.html">GDataYouTubeState</a></span><span class="refpurpose"> — YouTube state element</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="pt04.html">IV. Service APIs</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch13.html">YouTube API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeService.html">GDataYouTubeService</a></span><span class="refpurpose"> — GData YouTube service object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeQuery.html">GDataYouTubeQuery</a></span><span class="refpurpose"> — GData YouTube query object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeVideo.html">GDataYouTubeVideo</a></span><span class="refpurpose"> — GData YouTube video object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataYouTubeComment.html">GDataYouTubeComment</a></span><span class="refpurpose"> — GData YouTube comment object</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch14.html">Google Calendar API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataCalendarService.html">GDataCalendarService</a></span><span class="refpurpose"> — GData Calendar service object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataCalendarFeed.html">GDataCalendarFeed</a></span><span class="refpurpose"> — GData Calendar feed object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataCalendarQuery.html">GDataCalendarQuery</a></span><span class="refpurpose"> — GData Calendar query object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataCalendarCalendar.html">GDataCalendarCalendar</a></span><span class="refpurpose"> — GData Calendar calendar object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataCalendarEvent.html">GDataCalendarEvent</a></span><span class="refpurpose"> — GData Calendar event object</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch15.html">Google Contacts API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataContactsService.html">GDataContactsService</a></span><span class="refpurpose"> — GData Contacts service object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataContactsQuery.html">GDataContactsQuery</a></span><span class="refpurpose"> — GData Contacts query object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataContactsContact.html">GDataContactsContact</a></span><span class="refpurpose"> — GData Contacts contact object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataContactsGroup.html">GDataContactsGroup</a></span><span class="refpurpose"> — GData Contacts group object</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch16.html">Google Documents API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsService.html">GDataDocumentsService</a></span><span class="refpurpose"> — GData Documents service object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsFeed.html">GDataDocumentsFeed</a></span><span class="refpurpose"> — GData documents feed object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsQuery.html">GDataDocumentsQuery</a></span><span class="refpurpose"> — GData Documents query object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsEntry.html">GDataDocumentsEntry</a></span><span class="refpurpose"> — GData document object abstract class</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsDocument.html">GDataDocumentsDocument</a></span><span class="refpurpose"> — GData documents document object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsFolder.html">GDataDocumentsFolder</a></span><span class="refpurpose"> — GData documents folder object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsPresentation.html">GDataDocumentsPresentation</a></span><span class="refpurpose"> — GData documents presentation object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsSpreadsheet.html">GDataDocumentsSpreadsheet</a></span><span class="refpurpose"> — GData Documents spreadsheet object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataDocumentsText.html">GDataDocumentsText</a></span><span class="refpurpose"> — GData Documents text object</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch17.html">Google PicasaWeb API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GDataPicasaWebService.html">GDataPicasaWebService</a></span><span class="refpurpose"> — GData PicasaWeb service object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataPicasaWebFeed.html">GDataPicasaWebFeed</a></span><span class="refpurpose"> — GData PicasaWeb Feed object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataPicasaWebQuery.html">GDataPicasaWebQuery</a></span><span class="refpurpose"> — GData PicasaWeb query object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataPicasaWebAlbum.html">GDataPicasaWebAlbum</a></span><span class="refpurpose"> — GData PicasaWeb album object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataPicasaWebFile.html">GDataPicasaWebFile</a></span><span class="refpurpose"> — GData PicasaWeb file object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataPicasaWebUser.html">GDataPicasaWebUser</a></span><span class="refpurpose"> — GData PicasaWeb User object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GDataPicasaWebComment.html">GDataPicasaWebComment</a></span><span class="refpurpose"> — GData PicasaWeb comment object</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="pt05.html">V. Appendices</a></span></dt>
<dd><dl>
<dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="ix03.html">Index of new symbols in 0.1.1</a></span></dt>
<dt><span class="index"><a href="ix04.html">Index of new symbols in 0.2.0</a></span></dt>
<dt><span class="index"><a href="ix05.html">Index of new symbols in 0.3.0</a></span></dt>
<dt><span class="index"><a href="ix06.html">Index of new symbols in 0.4.0</a></span></dt>
<dt><span class="index"><a href="ix07.html">Index of new symbols in 0.5.0</a></span></dt>
<dt><span class="index"><a href="ix08.html">Index of new symbols in 0.6.0</a></span></dt>
<dt><span class="index"><a href="ix09.html">Index of new symbols in 0.7.0</a></span></dt>
<dt><span class="index"><a href="ix10.html">Index of new symbols in 0.8.0</a></span></dt>
<dt><span class="index"><a href="ix11.html">Index of new symbols in 0.9.0</a></span></dt>
<dt><span class="index"><a href="ix12.html">Index of new symbols in 0.9.1</a></span></dt>
<dt><span class="index"><a href="ix13.html">Index of new symbols in 0.10.0</a></span></dt>
<dt><span class="index"><a href="ix14.html">Index of new symbols in 0.11.0</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
</dl></dd>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18.1</div>
</body>
</html>