Add new API functions pa_volume_snprint() and pa_sw_volume_snprint_dB()

This commit is contained in:
Lennart Poettering 2008-12-24 00:45:06 +01:00
parent c2bd8dc517
commit 6342053b34
3 changed files with 62 additions and 3 deletions

View file

@ -234,6 +234,7 @@ pa_sw_volume_divide;
pa_sw_volume_from_dB;
pa_sw_volume_from_linear;
pa_sw_volume_multiply;
pa_sw_volume_snprint_dB;
pa_sw_volume_to_dB;
pa_sw_volume_to_linear;
pa_threaded_mainloop_accept;
@ -259,6 +260,7 @@ pa_usec_to_bytes;
pa_utf8_filter;
pa_utf8_to_locale;
pa_utf8_valid;
pa_volume_snprint;
pa_xfree;
pa_xmalloc;
pa_xmalloc0;