diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-04 19:55:20 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-04 19:55:20 +0000 |
commit | 381d827c0da72499f6092c7bb8cb6238ba0d2746 (patch) | |
tree | e01af7ffa0e1876259f4731d47c34b99db5849ab /src/pulseaudio-mgr.h | |
parent | 6bfc46de9234f0ef39d90b934fb406eebec4c59c (diff) | |
download | ayatana-indicator-sound-381d827c0da72499f6092c7bb8cb6238ba0d2746.tar.gz ayatana-indicator-sound-381d827c0da72499f6092c7bb8cb6238ba0d2746.tar.bz2 ayatana-indicator-sound-381d827c0da72499f6092c7bb8cb6238ba0d2746.zip |
hook back volume and mute setting and test
Diffstat (limited to 'src/pulseaudio-mgr.h')
-rw-r--r-- | src/pulseaudio-mgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulseaudio-mgr.h b/src/pulseaudio-mgr.h index af4f29c..524b323 100644 --- a/src/pulseaudio-mgr.h +++ b/src/pulseaudio-mgr.h @@ -21,6 +21,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. void pm_establish_pulse_connection (ActiveSink* active_sink); void close_pulse_activites(); +//void pm_update_volume (gint sink_index); |