EventPipe: rename to GlobalEvents
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user