diff options
author | Max Kellermann <max@duempel.org> | 2014-08-12 15:56:11 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-12 15:56:11 +0200 |
commit | 61f9e79ec9921ccf5a5cd53707b8ae161c380bc4 (patch) | |
tree | 5e93f98facd04470fd4f84ccb91bcb2bbbb14cbe | |
parent | cf797657ed619f4908a3d47b7e37c25fb7133454 (diff) | |
download | mpd-61f9e79ec9921ccf5a5cd53707b8ae161c380bc4.tar.gz mpd-61f9e79ec9921ccf5a5cd53707b8ae161c380bc4.tar.xz mpd-61f9e79ec9921ccf5a5cd53707b8ae161c380bc4.zip |
MusicChunk: update API documentation
-rw-r--r-- | src/MusicChunk.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MusicChunk.hxx b/src/MusicChunk.hxx index 97fc860d9..dddcfa269 100644 --- a/src/MusicChunk.hxx +++ b/src/MusicChunk.hxx @@ -116,7 +116,7 @@ struct music_chunk { /** * Prepares appending to the music chunk. Returns a buffer * where you may write into. After you are finished, call - * music_chunk_expand(). + * Expand(). * * @param chunk the music_chunk object * @param audio_format the audio format for the appended data; @@ -132,7 +132,7 @@ struct music_chunk { /** * Increases the length of the chunk after the caller has written to - * the buffer returned by music_chunk_write(). + * the buffer returned by Write(). * * @param chunk the music_chunk object * @param audio_format the audio format for the appended data; must |