ncmpc
0.29
|
Go to the source code of this file.
Data Structures | |
struct | screen_text |
Functions | |
void | screen_text_clear (struct screen_text *text) |
void | screen_text_append (struct screen_text *text, const char *str) |
const char * | screen_text_list_callback (unsigned idx, void *data) |
bool | screen_text_cmd (struct screen_text *text, struct mpdclient *c, command_t cmd) |
void screen_text_clear | ( | struct screen_text * | text | ) |
void screen_text_append | ( | struct screen_text * | text, |
const char * | str | ||
) |
const char* screen_text_list_callback | ( | unsigned | idx, |
void * | data | ||
) |
bool screen_text_cmd | ( | struct screen_text * | text, |
struct mpdclient * | c, | ||
command_t | cmd | ||
) |