ncmpc  0.29
Data Structures | Functions
screen_text.h File Reference
#include "list_window.h"
#include <glib.h>

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)
 

Function Documentation

◆ screen_text_clear()

void screen_text_clear ( struct screen_text text)

◆ screen_text_append()

void screen_text_append ( struct screen_text text,
const char *  str 
)

◆ screen_text_list_callback()

const char* screen_text_list_callback ( unsigned  idx,
void *  data 
)

◆ screen_text_cmd()

bool screen_text_cmd ( struct screen_text text,
struct mpdclient c,
command_t  cmd 
)