]> code.delx.au - pulseaudio/blobdiff - src/map-file
handle failure to parse proplist in cli-command gracefully
[pulseaudio] / src / map-file
index e076a4359b37b45d1118cf5e1f7e0aaa1df27c0e..d9496593c7d884ec6a559432b54dd564b203170d 100644 (file)
@@ -1,5 +1,7 @@
 PULSE_0 {
 global:
+pa_ascii_filter;
+pa_ascii_valid;
 pa_browser_new;
 pa_browser_new_full;
 pa_browser_ref;
@@ -10,6 +12,7 @@ pa_bytes_per_second;
 pa_bytes_snprint;
 pa_bytes_to_usec;
 pa_channel_map_can_balance;
+pa_channel_map_can_fade;
 pa_channel_map_compatible;
 pa_channel_map_equal;
 pa_channel_map_init;
@@ -84,6 +87,7 @@ pa_context_set_card_profile_by_index;
 pa_context_set_card_profile_by_name;
 pa_context_set_default_sink;
 pa_context_set_default_source;
+pa_context_set_event_callback;
 pa_context_set_name;
 pa_context_set_sink_input_mute;
 pa_context_set_sink_input_volume;
@@ -108,6 +112,7 @@ pa_context_unref;
 pa_cvolume_avg;
 pa_cvolume_channels_equal_to;
 pa_cvolume_compatible;
+pa_cvolume_compatible_with_channel_map;
 pa_cvolume_equal;
 pa_cvolume_get_balance;
 pa_cvolume_get_fade;
@@ -179,6 +184,7 @@ pa_proplist_unset_many;
 pa_proplist_update;
 pa_sample_format_to_string;
 pa_sample_size;
+pa_sample_size_of_format;
 pa_sample_spec_equal;
 pa_sample_spec_init;
 pa_sample_spec_snprint;
@@ -227,6 +233,7 @@ pa_stream_proplist_update;
 pa_stream_readable_size;
 pa_stream_ref;
 pa_stream_set_buffer_attr;
+pa_stream_set_event_callback;
 pa_stream_set_latency_update_callback;
 pa_stream_set_monitor_stream;
 pa_stream_set_moved_callback;