aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-01-27 13:21:02 +0000
committerConor Curran <conor.curran@canonical.com>2010-01-27 13:21:02 +0000
commit5a86d06d8019cd9a827f69839d23268a2a6ebc51 (patch)
tree4c76cffbc028fbe585199f794e99c5cc13fda83f /src/sound-service.xml
parentef9c492c6203cbc1a72aca7c48eb3ada324f2581 (diff)
downloadayatana-indicator-sound-5a86d06d8019cd9a827f69839d23268a2a6ebc51.tar.gz
ayatana-indicator-sound-5a86d06d8019cd9a827f69839d23268a2a6ebc51.tar.bz2
ayatana-indicator-sound-5a86d06d8019cd9a827f69839d23268a2a6ebc51.zip
copied contents from lp:~cjcurran/wasilla/soundmenu without the noise
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r--src/sound-service.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml
new file mode 100644
index 0000000..a0f6f57
--- /dev/null
+++ b/src/sound-service.xml
@@ -0,0 +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>-->
+<!-- Triggered when a sink is muted but the input has been sent to that sink -->
+ <signal name="SinkInputWhileMuted">
+ <arg name="cur_value" type="i" direction="out"/>
+ <arg name="cur_value" type="b" direction="out"/>
+ </signal>
+ </interface>
+</node>
+