Hi, Currently vlc_bool_t is an alias for 'bool' which is the std C++/C99 type. I am in favor of replace vlc_bool_t by bool and VLC_TRUE by true, and VLC_FALSE by false to ease readability. Note that currently we have: #define VLC_FALSE false #define VLC_TRUE true What do you think? Pierre.