diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-01-30 13:41:18 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-01-30 13:41:18 +0000 |
commit | 0b66ce027d9fab70a01ada23f6b77035bbf6719f (patch) | |
tree | e9ce0b585878c526055d8ad66492edd790b07893 /src/sound-service.xml | |
parent | f3baf71567c1b8840dafcdcbb73a793dd6064c0f (diff) | |
download | ayatana-indicator-sound-0b66ce027d9fab70a01ada23f6b77035bbf6719f.tar.gz ayatana-indicator-sound-0b66ce027d9fab70a01ada23f6b77035bbf6719f.tar.bz2 ayatana-indicator-sound-0b66ce027d9fab70a01ada23f6b77035bbf6719f.zip |
pulse functionality refactored out inot to a separate PA file(s), sink details now stored in hash, complete list of events subscribed to, get sink list method added to the dbus service
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 03827d3..d7ec04d 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -5,6 +5,11 @@ <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="GetSinkList"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_list"/> + <arg name="sinks" direction="out" type="au"/> + </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 --> |