diff options
author | Flavio Ceolin <flavio.ceolin@profusion.mobi> | 2012-08-09 15:52:52 -0300 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-10-24 10:55:45 +0530 |
commit | e98f748573c4d3ceb2c6acaf5f38d3f08b456066 (patch) | |
tree | 7e46336bd39f9fb45d3e591cc263bf2d3e6d6a19 /src/pulse | |
parent | 7914e1286b32ab65896c382ea06d1903c6bc0bfe (diff) | |
download | pulseaudio-e98f748573c4d3ceb2c6acaf5f38d3f08b456066.tar.gz |
pulse: Fix for volume documentation
Fixing the documentation for the function pa_cvolume_dec().
Diffstat (limited to 'src/pulse')
-rw-r--r-- | src/pulse/volume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/volume.h b/src/pulse/volume.h index 5f8436000..324dc941d 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h @@ -373,7 +373,7 @@ pa_cvolume* pa_cvolume_inc_clamp(pa_cvolume *v, pa_volume_t inc, pa_volume_t lim * the channels are kept. \since 0.9.16 */ pa_cvolume* pa_cvolume_inc(pa_cvolume *v, pa_volume_t inc); -/** Increase the volume passed in by 'inc'. The proportions between +/** Decrease the volume passed in by 'dec'. The proportions between * the channels are kept. \since 0.9.16 */ pa_cvolume* pa_cvolume_dec(pa_cvolume *v, pa_volume_t dec); |