MPD
|
A directory entry pointing to a playlist file. More...
#include <playlist_vector.h>
Data Fields | |
struct playlist_metadata * | next |
char * | name |
The UTF-8 encoded name of the playlist file. | |
time_t | mtime |
A directory entry pointing to a playlist file.
Definition at line 30 of file playlist_vector.h.
time_t playlist_metadata::mtime |
Definition at line 38 of file playlist_vector.h.
char* playlist_metadata::name |
The UTF-8 encoded name of the playlist file.
Definition at line 36 of file playlist_vector.h.
struct playlist_metadata* playlist_metadata::next |
Definition at line 31 of file playlist_vector.h.