output/Pulse: convert to C++

This commit is contained in:
Max Kellermann
2013-04-16 20:51:21 +02:00
parent e02d8ad8d2
commit e63420a8c2
7 changed files with 172 additions and 170 deletions

View File

@@ -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)
{