Home
last modified time | relevance | path

Searched refs:mpd_send_single_cmd (Results 1 – 1 of 1) sorted by relevance

/dports/audio/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2/panel-plugin/
H A Dsimple-libmpd.c41 int mpd_send_single_cmd(MpdObj*, char*);
240 int mpd_send_single_cmd(MpdObj*mo, char* cmd) in mpd_send_single_cmd() function
589 return mpd_send_single_cmd(mo,outbuf); in mpd_server_set_output_device()
598 mpd_send_single_cmd(mo,outbuf); in mpd_status_set_volume()
618 return mpd_send_single_cmd(mo,outbuf); in mpd_player_set_random()
627 return mpd_send_single_cmd(mo,outbuf); in mpd_player_set_repeat()
645 return mpd_send_single_cmd(mo,"next\n"); in mpd_player_next()
651 return mpd_send_single_cmd(mo,"stop\n"); in mpd_player_stop()
666 return mpd_send_single_cmd(mo,"play\n"); in mpd_player_play()
674 return mpd_send_single_cmd(mo,outbuf); in mpd_player_play_id()
[all …]