reference/eio/functions/eio-readdir.xml
a4fe8cf4c7712c4af6d2b0dc2e3d7090f53f4e21
...
...
@@ -72,8 +72,8 @@
72
72
<refsect1 role="returnvalues">
73
73
&reftitle.returnvalues;
74
74
<para>
75
-
<function>eio_readdir</function> returns request resource on success, or
76
-
&false; on error. Sets <parameter>result</parameter> argument of
75
+
<function>eio_readdir</function> returns request resource on success,&return.falseforfailure;.
76
+
Sets <parameter>result</parameter> argument of
77
77
<parameter>callback</parameter> function according to
78
78
<parameter>flags</parameter>:
79
79
</para>
...
...
@@ -85,7 +85,7 @@
85
85
<varlistentry>
86
86
<term>
87
87
<constant>EIO_READDIR_DENTS</constant>
88
-
(<type>integer</type>)
88
+
(<type>int</type>)
89
89
</term>
90
90
<listitem>
91
91
<simpara>
...
...
@@ -105,7 +105,7 @@
105
105
<varlistentry>
106
106
<term>
107
107
<constant>EIO_READDIR_DIRS_FIRST</constant>
108
-
(<type>integer</type>)
108
+
(<type>int</type>)
109
109
</term>
110
110
<listitem>
111
111
<simpara>
...
...
@@ -117,7 +117,7 @@
117
117
<varlistentry>
118
118
<term>
119
119
<constant>EIO_READDIR_STAT_ORDER</constant>
120
-
(<type>integer</type>)
120
+
(<type>int</type>)
121
121
</term>
122
122
<listitem>
123
123
<simpara>
...
...
@@ -132,7 +132,7 @@
132
132
<varlistentry>
133
133
<term>
134
134
<constant>EIO_READDIR_FOUND_UNKNOWN</constant>
135
-
(<type>integer</type>)
135
+
(<type>int</type>)
136
136
</term>
137
137
<listitem>
138
138
<simpara>
...
...
@@ -152,7 +152,7 @@
152
152
<varlistentry>
153
153
<term>
154
154
<constant>EIO_DT_UNKNOWN</constant>
155
-
(<type>integer</type>)
155
+
(<type>int</type>)
156
156
</term>
157
157
<listitem>
158
158
<simpara>
...
...
@@ -163,7 +163,7 @@
163
163
<varlistentry>
164
164
<term>
165
165
<constant>EIO_DT_FIFO</constant>
166
-
(<type>integer</type>)
166
+
(<type>int</type>)
167
167
</term>
168
168
<listitem>
169
169
<simpara>
...
...
@@ -174,7 +174,7 @@
174
174
<varlistentry>
175
175
<term>
176
176
<constant>EIO_DT_CHR</constant>
177
-
(<type>integer</type>)
177
+
(<type>int</type>)
178
178
</term>
179
179
<listitem>
180
180
<simpara>
...
...
@@ -185,7 +185,7 @@
185
185
<varlistentry>
186
186
<term>
187
187
<constant>EIO_DT_MPC</constant>
188
-
(<type>integer</type>)
188
+
(<type>int</type>)
189
189
</term>
190
190
<listitem>
191
191
<simpara>
...
...
@@ -196,7 +196,7 @@
196
196
<varlistentry>
197
197
<term>
198
198
<constant>EIO_DT_DIR</constant>
199
-
(<type>integer</type>)
199
+
(<type>int</type>)
200
200
</term>
201
201
<listitem>
202
202
<simpara>
...
...
@@ -207,7 +207,7 @@
207
207
<varlistentry>
208
208
<term>
209
209
<constant>EIO_DT_NAM</constant>
210
-
(<type>integer</type>)
210
+
(<type>int</type>)
211
211
</term>
212
212
<listitem>
213
213
<simpara>
...
...
@@ -218,7 +218,7 @@
218
218
<varlistentry>
219
219
<term>
220
220
<constant>EIO_DT_BLK</constant>
221
-
(<type>integer</type>)
221
+
(<type>int</type>)
222
222
</term>
223
223
<listitem>
224
224
<simpara>
...
...
@@ -229,7 +229,7 @@
229
229
<varlistentry>
230
230
<term>
231
231
<constant>EIO_DT_MPB</constant>
232
-
(<type>integer</type>)
232
+
(<type>int</type>)
233
233
</term>
234
234
<listitem>
235
235
<simpara>
...
...
@@ -240,7 +240,7 @@
240
240
<varlistentry>
241
241
<term>
242
242
<constant>EIO_DT_REG</constant>
243
-
(<type>integer</type>)
243
+
(<type>int</type>)
244
244
</term>
245
245
<listitem>
246
246
<simpara>
...
...
@@ -251,7 +251,7 @@
251
251
<varlistentry>
252
252
<term>
253
253
<constant>EIO_DT_NWK</constant>
254
-
(<type>integer</type>)
254
+
(<type>int</type>)
255
255
</term>
256
256
<listitem>
257
257
<simpara>
...
...
@@ -261,7 +261,7 @@
261
261
<varlistentry>
262
262
<term>
263
263
<constant>EIO_DT_CMP</constant>
264
-
(<type>integer</type>)
264
+
(<type>int</type>)
265
265
</term>
266
266
<listitem>
267
267
<simpara>
...
...
@@ -272,7 +272,7 @@
272
272
<varlistentry>
273
273
<term>
274
274
<constant>EIO_DT_LNK</constant>
275
-
(<type>integer</type>)
275
+
(<type>int</type>)
276
276
</term>
277
277
<listitem>
278
278
<simpara>
...
...
@@ -283,7 +283,7 @@
283
283
<varlistentry>
284
284
<term>
285
285
<constant>EIO_DT_SOCK</constant>
286
-
(<type>integer</type>)
286
+
(<type>int</type>)
287
287
</term>
288
288
<listitem>
289
289
<simpara>
...
...
@@ -294,7 +294,7 @@
294
294
<varlistentry>
295
295
<term>
296
296
<constant>EIO_DT_DOOR</constant>
297
-
(<type>integer</type>)
297
+
(<type>int</type>)
298
298
</term>
299
299
<listitem>
300
300
<simpara>
...
...
@@ -305,7 +305,7 @@
305
305
<varlistentry>
306
306
<term>
307
307
<constant>EIO_DT_WHT</constant>
308
-
(<type>integer</type>)
308
+
(<type>int</type>)
309
309
</term>
310
310
<listitem>
311
311
<simpara>
...
...
@@ -316,7 +316,7 @@
316
316
<varlistentry>
317
317
<term>
318
318
<constant>EIO_DT_MAX</constant>
319
-
(<type>integer</type>)
319
+
(<type>int</type>)
320
320
</term>
321
321
<listitem>
322
322
<simpara>
323
323