Re: [AD] for_each_entry API function |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> A few more:
>
> 1. for_matching_files -- not for-each, but is suggestive
>
> 2. for_every_file -- might be counter-intuitive
>
> 3. for_each_matching_file -- too long for some
>
> Although, Julien's for_each_filename is better than all of them.
I don't like 'for_each_filename': it sounds as if we are going to randomly
generate filenames based on a pattern and invoke the callback on them.
So I propose to revert to for_each_file_ex() instead. Experienced Allegro
developers won't be lost with this name.
--
Eric Botcazou