diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-12 17:55:05 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-12 17:55:05 -0600 |
commit | 6db28ce9134db40a0808a3c67df5f9dd223303b5 (patch) | |
tree | 4508dfbf263ee3778476418a5ba230f535ffa8c0 /src/sound-service.xml | |
parent | 055df674f70f7961c6d47e3b031881e142f6dea8 (diff) | |
download | ayatana-indicator-sound-6db28ce9134db40a0808a3c67df5f9dd223303b5.tar.gz ayatana-indicator-sound-6db28ce9134db40a0808a3c67df5f9dd223303b5.tar.bz2 ayatana-indicator-sound-6db28ce9134db40a0808a3c67df5f9dd223303b5.zip |
stage one of the refactor on the server side complete
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 a552d52..da3ac18 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -6,6 +6,11 @@ <arg type='b' name='mute_input' direction="out"/> </method> + <method name = "BlacklistMediaPlayer"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_blacklist_media_player"/> + <arg type='s' name='player_desktop_name' direction="in"/> + </method> + <method name = "GetSinkAvailability"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_availability"/> <arg type='b' name='availability_input' direction="out"/> |