Detailed Description
Playlist related functions and objects
Typedef Documentation
Playlist container structure
Function Documentation
mpd_Song** allocate_pl_mem |
( |
int |
pl_length | ) |
|
allocate memory for `list` in MpdPlContainer
- Parameters:
-
pl_length | number of entries |
- Returns:
- handle to the newly allocated memory, appropriately casted
frees a MpdPlContainer (also frees the song list, if allocated)
- Parameters:
-
plc | a MpdPlContainer to free |
creates a new MpdPlContainer
- Returns:
- pointer to the newly created container
creates a new MpdPlContainer and allocates the song list
- Parameters:
-
list_length | number of entries for the song list |
- Returns:
- pointer to the newly created container