diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-18 17:53:29 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-18 17:53:29 +0000 |
commit | f82480c0cb0a801fa694a178a0021ed8370d07b7 (patch) | |
tree | 652e4449dc1654f37c60e6b796599a82d7187fb3 /src/pulseaudio-mgr.h | |
parent | 5d32cec559249cb0e3b0a85ecdc8e0a5dc1ab199 (diff) | |
parent | 223ff23be530c865da8a8b90d18ca77c36af6e35 (diff) | |
download | ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.tar.gz ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.tar.bz2 ayatana-indicator-sound-f82480c0cb0a801fa694a178a0021ed8370d07b7.zip |
voip feature landed
Diffstat (limited to 'src/pulseaudio-mgr.h')
-rw-r--r-- | src/pulseaudio-mgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulseaudio-mgr.h b/src/pulseaudio-mgr.h index c0ab9c0..d61117d 100644 --- a/src/pulseaudio-mgr.h +++ b/src/pulseaudio-mgr.h @@ -22,6 +22,8 @@ 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, pa_cvolume new_volume); +void pm_update_mic_gain (gint source_index, pa_cvolume new_gain); +void pm_update_mic_mute (gint source_index, int mute_update); void pm_update_mute (gboolean update); |