A directory entry pointing to a playlist file. More...
#include <playlist_vector.h>
Data Fields | |
struct list_head | siblings |
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 38 of file playlist_vector.h.
time_t playlist_metadata::mtime |
Definition at line 46 of file playlist_vector.h.
char* playlist_metadata::name |
The UTF-8 encoded name of the playlist file.
Definition at line 44 of file playlist_vector.h.
struct list_head playlist_metadata::siblings [read] |
Definition at line 39 of file playlist_vector.h.