MixerInternal: convert to class

This commit is contained in:
Max Kellermann
2013-04-16 21:33:25 +02:00
parent 621467717d
commit cb8449a66d
21 changed files with 110 additions and 145 deletions

View File

@@ -36,7 +36,7 @@
#include <unistd.h>
bool
mixer_set_volume(G_GNUC_UNUSED struct mixer *mixer,
mixer_set_volume(gcc_unused Mixer *mixer,
G_GNUC_UNUSED unsigned volume, G_GNUC_UNUSED GError **error_r)
{
return true;