MPD
0.20.18
|
#include "Compiler.h"
Go to the source code of this file.
Functions | |
gcc_nonnull_all SongEnumerator * | playlist_open_path (Path path, Mutex &mutex, Cond &cond) |
Opens a playlist from a local file. More... | |
gcc_nonnull_all SongEnumerator * | playlist_open_remote (const char *uri, Mutex &mutex, Cond &cond) |
gcc_nonnull_all SongEnumerator* playlist_open_path | ( | Path | path, |
Mutex & | mutex, | ||
Cond & | cond | ||
) |
Opens a playlist from a local file.
path | the path of the playlist file |
gcc_nonnull_all SongEnumerator* playlist_open_remote | ( | const char * | uri, |
Mutex & | mutex, | ||
Cond & | cond | ||
) |