diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:39:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:39:56 -0500 |
commit | 4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a (patch) | |
tree | 30a3542b051d6bf1f1622b78d94d1a8ef3ce6b18 /src/pulseaudio-mgr.h | |
parent | ec6b5962ff35174b341621edc7728b5ce1eaf7fd (diff) | |
parent | 088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7 (diff) | |
download | ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.gz ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.bz2 ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.zip |
releasing version 0.6.0-0ubuntu1
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); |