From 2bb3eef414f80189cf6af6cd66c519630e4c0a43 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sun, 16 Aug 2009 19:42:56 +0300 Subject: dbusiface-stream: Implement about a half of the Stream D-Bus interface. --- src/modules/dbus/iface-stream.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modules/dbus/iface-stream.h') diff --git a/src/modules/dbus/iface-stream.h b/src/modules/dbus/iface-stream.h index b1b1854b..036b4e7e 100644 --- a/src/modules/dbus/iface-stream.h +++ b/src/modules/dbus/iface-stream.h @@ -28,11 +28,14 @@ * documentation. */ +#include #include #include #include "iface-core.h" +#define PA_DBUSIFACE_STREAM_INTERFACE PA_DBUS_CORE_INTERFACE ".Stream" + typedef struct pa_dbusiface_stream pa_dbusiface_stream; pa_dbusiface_stream *pa_dbusiface_stream_new_playback(pa_dbusiface_core *core, pa_sink_input *sink_input); -- cgit