diff options
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); |