[pulseaudio-discuss] [PATCH] pulse: Fix for volume documentation
Flávio Ceolin
flavio.ceolin at profusion.mobi
Wed Aug 15 12:54:42 PDT 2012
On Thu, Aug 9, 2012 at 3:52 PM, Flavio Ceolin
<flavio.ceolin at profusion.mobi> wrote:
> Fixing the documentation for the function pa_cvolume_dec().
> ---
> src/pulse/volume.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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);
>
> --
> 1.7.11.2
>
ping :)
More information about the pulseaudio-discuss
mailing list