aboutsummaryrefslogtreecommitdiff
path: root/src/pulseaudio-mgr.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-07 11:19:17 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-07 11:19:17 +0000
commitdf4cae2aab47e33f20528b9d35a3c942c4a97eac (patch)
tree0836d4609583fd321290d318b0dbcdabca65bfed /src/pulseaudio-mgr.h
parent381d827c0da72499f6092c7bb8cb6238ba0d2746 (diff)
downloadayatana-indicator-sound-df4cae2aab47e33f20528b9d35a3c942c4a97eac.tar.gz
ayatana-indicator-sound-df4cae2aab47e33f20528b9d35a3c942c4a97eac.tar.bz2
ayatana-indicator-sound-df4cae2aab47e33f20528b9d35a3c942c4a97eac.zip
fully functional once again
Diffstat (limited to 'src/pulseaudio-mgr.h')
-rw-r--r--src/pulseaudio-mgr.h3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
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);