1ALLEGRO_FOR_EACH_FS_ENTRY_RESULT(3)        ALLEGRO_FOR_EACH_FS_ENTRY_RESULT(3)
2
3
4

NAME

6       ALLEGRO_FOR_EACH_FS_ENTRY_RESULT - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              typedef enum ALLEGRO_FOR_EACH_FS_ENTRY_RESULT {
12

DESCRIPTION

14       Return values for the callbacks of al_for_each_fs_entry(3) and for that
15       function itself.
16
17       · ALLEGRO_FOR_EACH_FS_ENTRY_ERROR - An error ocurred.
18
19       · ALLEGRO_FOR_EACH_FS_ENTRY_OK - Continue normally and recurse into di‐
20         rectories.
21
22       · ALLEGRO_FOR_EACH_FS_ENTRY_SKIP  -  Continue but do NOT recusively de‐
23         scend.
24
25       · ALLEGRO_FOR_EACH_FS_ENTRY_STOP - Stop iterating and return.
26

SEE ALSO

28       al_for_each_fs_entry(3)
29

SINCE

31       5.1.9
32
33
34
35Allegro reference manual                   ALLEGRO_FOR_EACH_FS_ENTRY_RESULT(3)
Impressum