diff options
Diffstat (limited to 'backends/pulse/pulse-stream-control.h')
-rw-r--r-- | backends/pulse/pulse-stream-control.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/pulse/pulse-stream-control.h b/backends/pulse/pulse-stream-control.h index abc3f98..c37d6eb 100644 --- a/backends/pulse/pulse-stream-control.h +++ b/backends/pulse/pulse-stream-control.h @@ -81,7 +81,8 @@ const pa_cvolume * pulse_stream_control_get_cvolume (PulseStreamControl const pa_channel_map *pulse_stream_control_get_channel_map (PulseStreamControl *control); void pulse_stream_control_set_app_info (PulseStreamControl *stream, - MateMixerAppInfo *info); + MateMixerAppInfo *info, + gboolean take); void pulse_stream_control_set_channel_map (PulseStreamControl *control, const pa_channel_map *map); |