diff options
Diffstat (limited to 'src/active-sink.c')
-rw-r--r-- | src/active-sink.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/active-sink.c b/src/active-sink.c index 7e84b58..e85aab8 100644 --- a/src/active-sink.c +++ b/src/active-sink.c @@ -101,4 +101,13 @@ active_sink_get_index (ActiveSink* self) { return 0; } -
\ No newline at end of file + +void +active_sink_update_volume (ActiveSink* self, gdouble percent) +{ +} + +void +active_sink_update_mute (ActiveSink* self, gboolean muted) +{ +} |