MusicPipe: expose the C++ API

This commit is contained in:
Max Kellermann
2013-09-26 21:51:45 +02:00
parent 17e108a10a
commit ce1d897575
15 changed files with 187 additions and 242 deletions

View File

@@ -31,7 +31,7 @@
*
* The player thread itself does not do any I/O. It synchronizes with
* other threads via #GMutex and #GCond objects, and passes
* #music_chunk instances around in #music_pipe objects.
* #music_chunk instances around in #MusicPipe objects.
*/
#ifndef MPD_PLAYER_THREAD_HXX