aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-28 13:02:57 +0200
committerMax Kellermann <max@duempel.org>2014-08-28 13:03:18 +0200
commit26f2d7fbae9caba8f5961555d8965215c3fcd60f (patch)
treef8dc8e38573567419fde4d87f1b2c3ed57839535 /src/decoder
parent39529204925c95c1ae38fee25df334f3c3a1a4a7 (diff)
downloadmpd-26f2d7fbae9caba8f5961555d8965215c3fcd60f.tar.gz
mpd-26f2d7fbae9caba8f5961555d8965215c3fcd60f.tar.xz
mpd-26f2d7fbae9caba8f5961555d8965215c3fcd60f.zip
DecoderControl: update API documentation
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/DecoderControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/DecoderControl.hxx b/src/decoder/DecoderControl.hxx
index edb7ce6da..7a72d1408 100644
--- a/src/decoder/DecoderControl.hxx
+++ b/src/decoder/DecoderControl.hxx
@@ -130,7 +130,7 @@ struct DecoderControl {
* The initial seek position (in milliseconds), e.g. to the
* start of a sub-track described by a CUE file.
*
- * This attribute is set by dc_start().
+ * This attribute is set by Start().
*/
unsigned start_ms;
@@ -139,7 +139,7 @@ struct DecoderControl {
* milliseconds). 0 means don't stop before the end of the
* file.
*
- * This attribute is set by dc_start().
+ * This attribute is set by Start().
*/
unsigned end_ms;
@@ -264,7 +264,7 @@ struct DecoderControl {
}
/**
- * Like dc_get_error(), but locks and unlocks the object.
+ * Like GetError(), but locks and unlocks the object.
*/
gcc_pure
Error LockGetError() const {