diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-17 19:58:09 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-17 19:58:09 +0000 |
commit | 8263f9aed8c1c66cfe7a7749a4d78c096165acd3 (patch) | |
tree | 7f066486d0aa1bbe57c47ba3482acfe28ab72482 /src/pulseaudio-mgr.h | |
parent | 4bebcafef41b3dbc6b4f3f3e2f6382d82390335f (diff) | |
download | ayatana-indicator-sound-8263f9aed8c1c66cfe7a7749a4d78c096165acd3.tar.gz ayatana-indicator-sound-8263f9aed8c1c66cfe7a7749a4d78c096165acd3.tar.bz2 ayatana-indicator-sound-8263f9aed8c1c66cfe7a7749a4d78c096165acd3.zip |
enough for one day
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 c0ab9c0..a93cf92 100644 --- a/src/pulseaudio-mgr.h +++ b/src/pulseaudio-mgr.h @@ -22,6 +22,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, pa_cvolume new_volume); +void pm_update_mic_gain (gint source_index, pa_cvolume new_gain); void pm_update_mute (gboolean update); |