EventPipe: rename to GlobalEvents

This commit is contained in:
Max Kellermann
2013-01-09 23:12:53 +01:00
parent 8782f6d232
commit 26ebfc04b0
19 changed files with 266 additions and 273 deletions

View File

@@ -26,7 +26,7 @@ extern "C" {
}
#include "pcm_volume.h"
#include "EventPipe.hxx"
#include "GlobalEvents.hxx"
#include <glib.h>
@@ -88,7 +88,7 @@ roar_output_set_volume(G_GNUC_UNUSED struct roar *roar,
#endif
void
event_pipe_emit(G_GNUC_UNUSED enum pipe_event event)
GlobalEvents::Emit(gcc_unused Event event)
{
}

View File

@@ -21,7 +21,7 @@
#include "OutputControl.hxx"
#include "conf.h"
#include "Idle.hxx"
#include "EventPipe.hxx"
#include "GlobalEvents.hxx"
extern "C" {
#include "output_plugin.h"
@@ -43,7 +43,7 @@ extern "C" {
#include <stdlib.h>
void
event_pipe_emit(G_GNUC_UNUSED enum pipe_event event)
GlobalEvents::Emit(gcc_unused Event event)
{
}