|
VLC
2.1.0-git
|

Functions | |
| char const * | vlc_error (int i_err) |
| char const* vlc_error | ( | int | i_err | ) |
< No error
< Not enough memory
< Timeout
< Module not found
< Object not found
< Variable not found
< Bad variable value
< Unspecified error
References VLC_EBADVAR, VLC_EGENERIC, VLC_ENOMEM, VLC_ENOMOD, VLC_ENOOBJ, VLC_ENOVAR, VLC_ETIMEOUT, and VLC_SUCCESS.
Referenced by var_Command().
1.8.1.2