|
libmpd 0.20.0
|
#include <libmpd.h>
Data Fields | |
| MpdDataType | type |
| union { | |
| struct { | |
| int tag_type | |
| char * tag | |
| } | |
| char * directory | |
| mpd_PlaylistFile * playlist | |
| mpd_Song * song | |
| mpd_OutputEntity * output_dev | |
| }; | |
| void * | userdata |
| void(* | freefunc )(void *userdata) |
# A fast linked list that is used to pass data from libmpd to the client.
| union { ... } |
| char* _MpdData::directory |
| void(* _MpdData::freefunc)(void *userdata) |
| char* _MpdData::tag |
a mpd_TagItems defining what tag contains
| void* _MpdData::userdata |