diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-04 12:17:06 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-04 12:17:06 +0000 |
commit | ad214980e84c32ac93b43301f54406c6952c0819 (patch) | |
tree | 8c3bbbefda06165a5ff296c89ad9acbe7dd47f17 /src/active-sink.c | |
parent | 33689fcba482b5c0d16fa318836457bcb4ae83bd (diff) | |
download | ayatana-indicator-sound-ad214980e84c32ac93b43301f54406c6952c0819.tar.gz ayatana-indicator-sound-ad214980e84c32ac93b43301f54406c6952c0819.tar.bz2 ayatana-indicator-sound-ad214980e84c32ac93b43301f54406c6952c0819.zip |
active-sink api beginning to emerge
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) +{ +} |