|
myMPD
Internal API documentation
|
Central myMPD state for the mympd_api thread. More...
#include "dist/sds/sds.h"#include "src/lib/fields.h"#include "src/lib/jukebox.h"#include "src/lib/list/list.h"

Go to the source code of this file.
Data Structures | |
| struct | t_jukebox_state |
Functions | |
| void | jukebox_state_default (struct t_jukebox_state *jukebox_state) |
| void | jukebox_state_copy (struct t_jukebox_state *src, struct t_jukebox_state *dst) |
| void | jukebox_state_free (struct t_jukebox_state *jukebox_state) |
Central myMPD state for the mympd_api thread.
| void jukebox_state_copy | ( | struct t_jukebox_state * | src, |
| struct t_jukebox_state * | dst ) |
Copies the jukebox settings
| src | source |
| dst | destination |
| void jukebox_state_default | ( | struct t_jukebox_state * | jukebox_state | ) |
Sets jukebox state defaults
| jukebox_state | pointer to t_jukebox_state struct |
| void jukebox_state_free | ( | struct t_jukebox_state * | jukebox_state | ) |
Frees the t_jukebox_state struct
| jukebox_state | pointer to t_jukebox_state struct |