summaryrefslogtreecommitdiffstats
path: root/src/pulse/volume.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-12-04 16:43:04 +0000
committerColin Guthrie <cguthrie@mandriva.org>2010-12-04 16:43:04 +0000
commit2a01bab3cc50a6ef02af3872a13d279ad996a0b1 (patch)
tree8939bd098c6028ea4f9c0ff3ee19e955956055de /src/pulse/volume.h
parent8df8cfa0c2f29b5b0ff49bb579c75214cac774fd (diff)
doxygen: Fix version numbers for new features
Due to how our branching worked out, these new features will debut in v1.0 and not v0.9.22 which has already been released from the stable-queue branch
Diffstat (limited to 'src/pulse/volume.h')
-rw-r--r--src/pulse/volume.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/volume.h b/src/pulse/volume.h
index 98bbac14..35128b63 100644
--- a/src/pulse/volume.h
+++ b/src/pulse/volume.h
@@ -118,10 +118,10 @@ typedef uint32_t pa_volume_t;
/** Special 'invalid' volume. \since 0.9.16 */
#define PA_VOLUME_INVALID ((pa_volume_t) UINT32_MAX)
-/** Check if volume is valid. \since 0.9.22 */
+/** Check if volume is valid. \since 1.0 */
#define PA_VOLUME_IS_VALID(v) ((v) <= PA_VOLUME_MAX)
-/** Clamp volume to the permitted range. \since 0.9.22 */
+/** Clamp volume to the permitted range. \since 1.0 */
#define PA_CLAMP_VOLUME(v) (PA_CLAMP_UNLIKELY((v), PA_VOLUME_MUTED, PA_VOLUME_MAX))
/** A structure encapsulating a per-channel volume */