mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
pulse: Fix for volume documentation
Fixing the documentation for the function pa_cvolume_dec().
This commit is contained in:
parent
7914e1286b
commit
e98f748573
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue