File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -306,11 +306,13 @@ typedef SDL_EnumerationResult (SDLCALL *SDL_EnumerateDirectoryCallback)(void *us
306
306
*
307
307
* This function provides every directory entry through an app-provided
308
308
* callback, called once for each directory entry, until all results have been
309
- * provided or the callback returns either SDL_ENUM_SUCCESS or SDL_ENUM_FAILURE.
309
+ * provided or the callback returns either SDL_ENUM_SUCCESS or
310
+ * SDL_ENUM_FAILURE.
310
311
*
311
312
* This will return false if there was a system problem in general, or if a
312
- * callback returns SDL_ENUM_FAILURE. A successful return means a callback returned SDL_ENUM_SUCCESS to
313
- * halt enumeration, or all directory entries were enumerated.
313
+ * callback returns SDL_ENUM_FAILURE. A successful return means a callback
314
+ * returned SDL_ENUM_SUCCESS to halt enumeration, or all directory entries
315
+ * were enumerated.
314
316
*
315
317
* \param path the path of the directory to enumerate.
316
318
* \param callback a function that is called for each entry in the directory.
Original file line number Diff line number Diff line change @@ -318,11 +318,13 @@ extern SDL_DECLSPEC bool SDLCALL SDL_CreateStorageDirectory(SDL_Storage *storage
318
318
*
319
319
* This function provides every directory entry through an app-provided
320
320
* callback, called once for each directory entry, until all results have been
321
- * provided or the callback returns either SDL_ENUM_SUCCESS or SDL_ENUM_FAILURE.
321
+ * provided or the callback returns either SDL_ENUM_SUCCESS or
322
+ * SDL_ENUM_FAILURE.
322
323
*
323
324
* This will return false if there was a system problem in general, or if a
324
- * callback returns SDL_ENUM_FAILURE. A successful return means a callback returned SDL_ENUM_SUCCESS to
325
- * halt enumeration, or all directory entries were enumerated.
325
+ * callback returns SDL_ENUM_FAILURE. A successful return means a callback
326
+ * returned SDL_ENUM_SUCCESS to halt enumeration, or all directory entries
327
+ * were enumerated.
326
328
*
327
329
* \param storage a storage container.
328
330
* \param path the path of the directory to enumerate.
You can’t perform that action at this time.
0 commit comments