This file is indexed.

/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html is in gnustep-base-doc 1.24.7-1build2.

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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>Types and Constants</title>
  </head>
  <body>
    <font face="serif">
    <a href="Base.html">Up</a>
    <br />
    <h1><a name="title$TypesAndConstants">Types and Constants</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Richard Frith-Macdonald</dt>
      <dd>
      </dd>
    </dl>
    <p><b>Copyright:</b> (C) 2005 Free Software Foundation, Inc.</p>

        <div>

            <hr width="50%" align="left" />
      <h3>Contents -</h3>
      <ol>
        <li>
          <a href="#001000000000">Type index</a>
        </li>
        <li>
          <a href="#002000000000">Variable index</a>
        </li>
        <li>
          <a href="#003000000000">Constant index</a>
        </li>
        <li>
          <a href="#004000000000">GSObjCRuntime types</a>
        </li>
        <li>
          <a href="#005000000000">GSUnion types</a>
        </li>
        <li>
          <a href="#006000000000">GSIArray types</a>
        </li>
        <li>
          <a href="#007000000000">GSIMap types</a>
        </li>
        <li>
          <a href="#008000000000">GSMime types</a>
        </li>
        <li>
          <a href="#009000000000">Unicode types</a>
        </li>
        <li>
          <a href="#010000000000">GSIArray variables</a>
        </li>
        <li>
          <a href="#011000000000">GSIMap variables</a>
        </li>
        <li>
          <a href="#012000000000">GSLock variables</a>
        </li>
        <li>
          <a href="#013000000000">GSMime constants</a>
        </li>
      </ol>
      <hr width="50%" align="left" />

	      <h1><a name="001000000000">Type index</a></h1>
      <b>Type</b>
      <ul>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIArray">GSIArray</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIArray_t">GSIArray_t</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapBucket">GSIMapBucket</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapBucket_t">GSIMapBucket_t</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapEnumerator">GSIMapEnumerator</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapEnumerator_t">GSIMapEnumerator_t</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapNode">GSIMapNode</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapNode_t">GSIMapNode_t</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapTable">GSIMapTable</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIMapTable_t">GSIMapTable_t</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSIVar">GSIVar</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSMethod">GSMethod</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$GSMimeErrorCode">GSMimeErrorCode</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$NSGNUstepStringEncoding">NSGNUstepStringEncoding</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$NSInteger">NSInteger</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#type$struct _GSIMapEnumerator">struct _GSIMapEnumerator</a></li>
      </ul>

	      <h1><a name="002000000000">Variable index</a></h1>
      <b>Variable</b>
      <ul>
        <li><a rel="gsdoc" href="TypesAndConstants.html#variable$_GSIE">_GSIE</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#variable$gnustep_global_lock">gnustep_global_lock</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#variable$struct _GSIArray">struct _GSIArray</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#variable$struct _GSIMapBucket">struct _GSIMapBucket</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#variable$struct _GSIMapNode">struct _GSIMapNode</a></li>
        <li><a rel="gsdoc" href="TypesAndConstants.html#variable$struct _GSIMapTable">struct _GSIMapTable</a></li>
      </ul>

	      <h1><a name="003000000000">Constant index</a></h1>
      <b>Constant</b>
      <ul>
        <li><a rel="gsdoc" href="TypesAndConstants.html#constant$GSMimeErrorDomain">GSMimeErrorDomain</a></li>
      </ul>
    </div>

          <h1><a name="004000000000">GSObjCRuntime types</a></h1>
    <p>
    </p>
    <h3><a name="type$GSIVar">GSIVar</a></h3>
    typedef Ivar GSIVar;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSMethod">GSMethod</a></h3>
    typedef Method GSMethod;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="005000000000">GSUnion types</a></h1>
    <p>
    </p>
    <h3><a name="type$NSInteger">NSInteger</a></h3>
    typedef intptr_t NSInteger;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$NSUInteger">NSUInteger</a></h3>
    typedef uintptr_t NSUInteger;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="006000000000">GSIArray types</a></h1>
    <p>
    </p>
    <h3><a name="type$GSIArray">GSIArray</a></h3>
    typedef struct _GSIArray* GSIArray;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIArray_t">GSIArray_t</a></h3>
    typedef struct _GSIArray GSIArray_t;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="007000000000">GSIMap types</a></h1>
    <p>
    </p>
    <h3><a name="type$GSIMapBucket">GSIMapBucket</a></h3>
    typedef <a rel="gsdoc" href="#type$GSIMapBucket_t">GSIMapBucket_t</a>* GSIMapBucket;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIMapBucket_t">GSIMapBucket_t</a></h3>
    typedef struct _GSIMapBucket GSIMapBucket_t;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIMapEnumerator">GSIMapEnumerator</a></h3>
    typedef <a rel="gsdoc" href="#type$GSIMapEnumerator_t">GSIMapEnumerator_t</a>* GSIMapEnumerator;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIMapEnumerator_t">GSIMapEnumerator_t</a></h3>
    typedef struct _GSIMapEnumerator GSIMapEnumerator_t;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIMapNode">GSIMapNode</a></h3>
    typedef <a rel="gsdoc" href="#type$GSIMapNode_t">GSIMapNode_t</a>* GSIMapNode;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIMapNode_t">GSIMapNode_t</a></h3>
    typedef struct _GSIMapNode GSIMapNode_t;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIMapTable">GSIMapTable</a></h3>
    typedef <a rel="gsdoc" href="#type$GSIMapTable_t">GSIMapTable_t</a>* GSIMapTable;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$GSIMapTable_t">GSIMapTable_t</a></h3>
    typedef struct _GSIMapTable GSIMapTable_t;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="type$struct _GSIMapEnumerator">struct _GSIMapEnumerator</a></h3>
    typedef struct _GSIMapEnumerator struct _GSIMapEnumerator;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="008000000000">GSMime types</a></h1>
    <p>
    </p>
    <h3><a name="type$GSMimeErrorCode">GSMimeErrorCode</a></h3>
    typedef enum ... GSMimeErrorCode;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          The error codes used in the GSMimeErrorDomain
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="009000000000">Unicode types</a></h1>
    <p>
    </p>
    <h3><a name="type$NSGNUstepStringEncoding">NSGNUstepStringEncoding</a></h3>
    typedef enum _NSGNUstepStringEncoding NSGNUstepStringEncoding;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="010000000000">GSIArray variables</a></h1>
    <p>
    </p>
    <h3><a name="variable$struct _GSIArray">struct _GSIArray</a></h3>
    struct _GSIArray struct _GSIArray;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="011000000000">GSIMap variables</a></h1>
    <p>
    </p>
    <h3><a name="variable$_GSIE">_GSIE</a></h3>
    int* _GSIE;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="variable$struct _GSIMapBucket">struct _GSIMapBucket</a></h3>
    struct _GSIMapBucket struct _GSIMapBucket;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="variable$struct _GSIMapNode">struct _GSIMapNode</a></h3>
    struct _GSIMapNode struct _GSIMapNode;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="variable$struct _GSIMapTable">struct _GSIMapTable</a></h3>
    struct _GSIMapTable struct _GSIMapTable;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="012000000000">GSLock variables</a></h1>
    <p>
    </p>
    <h3><a name="variable$gnustep_global_lock">gnustep_global_lock</a></h3>
    NSRecursiveLock* gnustep_global_lock;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          Global lock to be used by classes when operating on
          any global data that invoke other methods which also
          access global; thus, creating the potential for
          deadlock.
        
    </div>
    <hr width="25%" align="left" />

          <h1><a name="013000000000">GSMime constants</a></h1>
    <p>
    </p>
    <h3><a name="constant$GSMimeErrorDomain">GSMimeErrorDomain</a></h3>
    NSString* const GSMimeErrorDomain;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
          The error domain for the GSMime system.
        
    </div>
    <hr width="25%" align="left" />
    <br />
    <a href="Base.html">Up</a>
    </font>
</body>
</html>