From df4cae2aab47e33f20528b9d35a3c942c4a97eac Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 7 Feb 2011 11:19:17 +0000 Subject: fully functional once again --- src/pulseaudio-mgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pulseaudio-mgr.h') diff --git a/src/pulseaudio-mgr.h b/src/pulseaudio-mgr.h index 524b323..c0ab9c0 100644 --- a/src/pulseaudio-mgr.h +++ b/src/pulseaudio-mgr.h @@ -21,7 +21,8 @@ with this program. If not, see . void pm_establish_pulse_connection (ActiveSink* active_sink); void close_pulse_activites(); -//void pm_update_volume (gint sink_index); +void pm_update_volume (gint sink_index, pa_cvolume new_volume); +void pm_update_mute (gboolean update); -- cgit v1.2.3