diff options
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 08c6ab5..03827d3 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -1,10 +1,10 @@ <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> <node name="/org/ayatana/indicator/sound"> <interface name="org.ayatana.indicator.sound"> -<!-- <method name = "SetSinkVolume">--> -<!-- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_set_sink_volume"/>--> -<!-- <arg type='u' name='volume_percent' direction="in"/>--> -<!-- </method>--> + <method name = "SetSinkVolume"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_set_sink_volume"/> + <arg type='u' name='volume_percent' direction="in"/> + </method> <!-- Will need to hook up another signal which monitors for volume change Our respective UI element should listen to this and therefore will be updated with accurate setting--> <!-- Triggered when a sink is muted but the input has been sent to that sink --> |