aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-02 18:49:05 -0800
committerConor Curran <conor.curran@canonical.com>2010-02-02 18:49:05 -0800
commit19eb7827d73b43d93aecfea4e1b7c4a2703f92c1 (patch)
treeb936f370747ed0352af8cb056381034553a70429 /src/sound-service.h
parent64fbd9eb65a2cd9e1bf003a1599c064469864e95 (diff)
downloadayatana-indicator-sound-19eb7827d73b43d93aecfea4e1b7c4a2703f92c1.tar.gz
ayatana-indicator-sound-19eb7827d73b43d93aecfea4e1b7c4a2703f92c1.tar.bz2
ayatana-indicator-sound-19eb7827d73b43d93aecfea4e1b7c4a2703f92c1.zip
volume slider is now controlling the volume
Diffstat (limited to 'src/sound-service.h')
-rw-r--r--src/sound-service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service.h b/src/sound-service.h
index 744bb56..fec52a3 100644
--- a/src/sound-service.h
+++ b/src/sound-service.h
@@ -43,7 +43,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
// ENTRY AND EXIT POINTS
void service_shutdown(IndicatorService * service, gpointer user_data);
int main (int argc, char ** argv);
-void update_pa_state(gboolean pa_state, gboolean sink_available, gboolean sink_muted);
+void update_pa_state(gboolean pa_state, gboolean sink_available, gboolean sink_muted, gdouble current_vol);
#endif