diff options
author | Michal Ratajsky <[email protected]> | 2016-01-04 21:50:08 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2016-01-05 11:18:38 +0100 |
commit | c03e76c83ed49335390cdb9e3a8e63df4d73e0c5 (patch) | |
tree | de057f689b582f23f63d348530c0d27a0c9518cb /backends/pulse/pulse-source-output.h | |
parent | 299e1a26e5eb5d6625feba2a9db017f43d9d853c (diff) | |
download | libmatemixer-c03e76c83ed49335390cdb9e3a8e63df4d73e0c5.tar.bz2 libmatemixer-c03e76c83ed49335390cdb9e3a8e63df4d73e0c5.tar.xz |
pulse: Use own PulseAudio connection in stream controls
Diffstat (limited to 'backends/pulse/pulse-source-output.h')
-rw-r--r-- | backends/pulse/pulse-source-output.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/pulse/pulse-source-output.h b/backends/pulse/pulse-source-output.h index 1037f94..e11bf88 100644 --- a/backends/pulse/pulse-source-output.h +++ b/backends/pulse/pulse-source-output.h @@ -55,8 +55,9 @@ struct _PulseSourceOutputClass GType pulse_source_output_get_type (void) G_GNUC_CONST; -PulseSourceOutput *pulse_source_output_new (PulseSource *source, - const pa_source_output_info *info); +PulseSourceOutput *pulse_source_output_new (PulseConnection *connection, + const pa_source_output_info *info, + PulseSource *source); void pulse_source_output_update (PulseSourceOutput *output, const pa_source_output_info *info); |