summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-source-control.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2016-01-04 21:50:08 +0100
committerMichal Ratajsky <[email protected]>2016-01-05 11:18:38 +0100
commitc03e76c83ed49335390cdb9e3a8e63df4d73e0c5 (patch)
treede057f689b582f23f63d348530c0d27a0c9518cb /backends/pulse/pulse-source-control.h
parent299e1a26e5eb5d6625feba2a9db017f43d9d853c (diff)
downloadlibmatemixer-c03e76c83ed49335390cdb9e3a8e63df4d73e0c5.tar.bz2
libmatemixer-c03e76c83ed49335390cdb9e3a8e63df4d73e0c5.tar.xz
pulse: Use own PulseAudio connection in stream controls
Diffstat (limited to 'backends/pulse/pulse-source-control.h')
-rw-r--r--backends/pulse/pulse-source-control.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/pulse/pulse-source-control.h b/backends/pulse/pulse-source-control.h
index a8d659f..4cf78a3 100644
--- a/backends/pulse/pulse-source-control.h
+++ b/backends/pulse/pulse-source-control.h
@@ -56,8 +56,9 @@ struct _PulseSourceControlClass
GType pulse_source_control_get_type (void) G_GNUC_CONST;
-PulseSourceControl *pulse_source_control_new (PulseSource *source,
- const pa_source_info *info);
+PulseSourceControl *pulse_source_control_new (PulseConnection *connection,
+ const pa_source_info *info,
+ PulseSource *source);
void pulse_source_control_update (PulseSourceControl *control,
const pa_source_info *info);