pulse: Add verbose volume printing functions

For more informative logging.
This commit is contained in:
Tanu Kaskinen 2013-04-03 16:36:42 +03:00
parent 8c81f4d0bd
commit 596b2988a5
3 changed files with 89 additions and 0 deletions

View file

@ -142,6 +142,7 @@ pa_cvolume_set_balance;
pa_cvolume_set_fade;
pa_cvolume_set_position;
pa_cvolume_snprint;
pa_cvolume_snprint_verbose;
pa_cvolume_valid;
pa_encoding_to_string;
pa_ext_device_manager_delete;
@ -361,6 +362,7 @@ pa_utf8_filter;
pa_utf8_to_locale;
pa_utf8_valid;
pa_volume_snprint;
pa_volume_snprint_verbose;
pa_xfree;
pa_xmalloc;
pa_xmalloc0;