Boolean type | |
#define | TRUE 1 |
#define | FALSE 0 |
typedef int | vbi_bool |
Enumerations | |
enum | vbi_log_mask { VBI_LOG_ERROR = 1 << 3, VBI_LOG_WARNING = 1 << 4, VBI_LOG_NOTICE = 1 << 5, VBI_LOG_INFO = 1 << 6, VBI_LOG_DEBUG = 1 << 7, VBI_LOG_DRIVER = 1 << 8, VBI_LOG_DEBUG2 = 1 << 9, VBI_LOG_DEBUG3 = 1 << 10 } |
Functions | |
void | vbi_log_on_stderr (vbi_log_mask level, const char *context, const char *message, void *user_data) |
void | vbi_set_log_fn (vbi_log_mask mask, vbi_log_fn *log_fn, void *user_data) |
void | vbi_version (unsigned int *major, unsigned int *minor, unsigned int *micro) |
|
|
Log function printing messages on standard output.
|
|
|
|
|