libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_video_tuner (explain_string_buffer_t *sb, const struct video_tuner *data, int extra) |
int | explain_video_tuner_get_n (int fildes) |
void explain_buffer_video_tuner | ( | explain_string_buffer_t * | sb, |
const struct video_tuner * | data, | ||
int | extra | ||
) |
The explain_buffer_video_tuner function may be used to print a representation of a video_tuner structure.
sb | The string buffer to print into. |
data | The video_tuner structure to be printed. |
extra | whether or not to also print the returned value fields |
int explain_video_tuner_get_n | ( | int | fildes | ) |