From e63420a8c2cfe4d93e43bf41348738bf67758c76 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Apr 2013 20:51:21 +0200 Subject: output/Pulse: convert to C++ --- test/read_mixer.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index 1dc0a4f43..f8c50fdfc 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -35,32 +35,32 @@ EventLoop *main_loop; #ifdef HAVE_PULSE -#include "output/pulse_output_plugin.h" +#include "output/PulseOutputPlugin.hxx" void -pulse_output_lock(G_GNUC_UNUSED struct pulse_output *po) +pulse_output_lock(G_GNUC_UNUSED PulseOutput *po) { } void -pulse_output_unlock(G_GNUC_UNUSED struct pulse_output *po) +pulse_output_unlock(G_GNUC_UNUSED PulseOutput *po) { } void -pulse_output_set_mixer(G_GNUC_UNUSED struct pulse_output *po, +pulse_output_set_mixer(G_GNUC_UNUSED PulseOutput *po, G_GNUC_UNUSED struct pulse_mixer *pm) { } void -pulse_output_clear_mixer(G_GNUC_UNUSED struct pulse_output *po, +pulse_output_clear_mixer(G_GNUC_UNUSED PulseOutput *po, G_GNUC_UNUSED struct pulse_mixer *pm) { } bool -pulse_output_set_volume(G_GNUC_UNUSED struct pulse_output *po, +pulse_output_set_volume(G_GNUC_UNUSED PulseOutput *po, G_GNUC_UNUSED const struct pa_cvolume *volume, G_GNUC_UNUSED GError **error_r) { -- cgit v1.2.3