diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-01-28 18:26:00 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-01-28 18:26:00 +0000 |
commit | 93ae69dcd77bc81c3146c2321eb12226cd7704df (patch) | |
tree | 0aacaafacbc063d32b1e04477daa2e3599433de2 /src/sound-service.xml | |
parent | 7ec9f75f2a0cdf13a3728c18a33dca9e327e2bf2 (diff) | |
download | ayatana-indicator-sound-93ae69dcd77bc81c3146c2321eb12226cd7704df.tar.gz ayatana-indicator-sound-93ae69dcd77bc81c3146c2321eb12226cd7704df.tar.bz2 ayatana-indicator-sound-93ae69dcd77bc81c3146c2321eb12226cd7704df.zip |
slider event detection hooked up, method also defined on server side but there is a compilation problem which for the life of me i cannot see what i'm doing wrong
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index ad1a626..08c6ab5 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -1,13 +1,15 @@ <!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 = "sink_volume">--> -<!-- <arg type='i' name='index' direction="in"/>--> -<!-- <arg type='i' name='volume' direction="out"/>--> +<!-- <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 --> <signal name="SinkInputWhileMuted"> - <arg name="sink_index" type="i" direction="out"/> + <arg name="sink_index" type="x" direction="out"/> <arg name="mute_value" type="b" direction="out"/> </signal> </interface> |