[pulseaudio-commits] src/pulse

Arun Raghavan arun at kemper.freedesktop.org
Tue Oct 23 23:21:27 PDT 2012


 src/pulse/volume.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e98f748573c4d3ceb2c6acaf5f38d3f08b456066
Author: Flavio Ceolin <flavio.ceolin at profusion.mobi>
Date:   Thu Aug 9 15:52:52 2012 -0300

    pulse: Fix for volume documentation
    
    Fixing the documentation for the function pa_cvolume_dec().

diff --git a/src/pulse/volume.h b/src/pulse/volume.h
index 5f84360..324dc94 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);
 



More information about the pulseaudio-commits mailing list