summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-stream-control-private.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-08-18 20:49:17 +0200
committerMichal Ratajsky <[email protected]>2014-08-18 20:49:17 +0200
commit5f20ab328add9442082277a57c23273a3a2125ed (patch)
treefb458ba63f25db35de6b5a9c9acf0f967020107f /libmatemixer/matemixer-stream-control-private.h
parent94d24482d8b1013947c0e2dac7330180b6ae02f6 (diff)
downloadlibmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.bz2
libmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.xz
Global update
Diffstat (limited to 'libmatemixer/matemixer-stream-control-private.h')
-rw-r--r--libmatemixer/matemixer-stream-control-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmatemixer/matemixer-stream-control-private.h b/libmatemixer/matemixer-stream-control-private.h
index 49454b3..7802d41 100644
--- a/libmatemixer/matemixer-stream-control-private.h
+++ b/libmatemixer/matemixer-stream-control-private.h
@@ -19,6 +19,7 @@
#define MATEMIXER_STREAM_CONTROL_PRIVATE_H
#include <glib.h>
+
#include "matemixer-enums.h"
#include "matemixer-types.h"
@@ -27,6 +28,9 @@ G_BEGIN_DECLS
void _mate_mixer_stream_control_set_flags (MateMixerStreamControl *control,
MateMixerStreamControlFlags flags);
+void _mate_mixer_stream_control_set_stream (MateMixerStreamControl *control,
+ MateMixerStream *stream);
+
void _mate_mixer_stream_control_set_mute (MateMixerStreamControl *control,
gboolean mute);