From 64fbd9eb65a2cd9e1bf003a1599c064469864e95 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 2 Feb 2010 12:56:52 -0800 Subject: default sink scenario implemented for now, simplification of indicator pattern --- src/sound-service-dbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound-service-dbus.h') diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index bf7f10a..eea6d26 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -60,7 +60,7 @@ void sound_service_dbus_sink_input_while_muted (SoundServiceDbus* obj, gint sink void set_pa_sinks_hash(SoundServiceDbus *self, GHashTable *sinks); // DBUS METHODS -gboolean sound_service_dbus_set_sink_volume(SoundServiceDbus* service, const guint sink_index, const guint volume_percent, GError** gerror); +void sound_service_dbus_set_sink_volume(SoundServiceDbus* service, const guint volume_percent, GError** gerror); GList *sound_service_dbus_get_sink_list(SoundServiceDbus* service); -- cgit v1.2.3