~cjcurran/indicator-sound/graceful-crashing

« back to all changes in this revision

Viewing changes to src/sound-service.xml

  • Committer: Conor Curran
  • Date: 2010-01-27 13:21:02 UTC
  • Revision ID: conor.curran@canonical.com-20100127132102-xc5w5ob5kei1iblb
copied contents from lp:~cjcurran/wasilla/soundmenu without the noise

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
2
<node name="/org/ayatana/indicator/sound">
 
3
  <interface name="org.ayatana.indicator.sound">
 
4
<!--    <method name = "sink_volume">-->
 
5
<!--        <arg type='i' name='index' direction="in"/>-->
 
6
<!--        <arg type='i' name='volume' direction="out"/>-->
 
7
<!--    </method>-->
 
8
<!-- Triggered when a sink is muted but the input has been sent to that sink -->
 
9
    <signal name="SinkInputWhileMuted">
 
10
      <arg name="cur_value" type="i" direction="out"/>
 
11
      <arg name="cur_value" type="b" direction="out"/>
 
12
    </signal>
 
13
  </interface>
 
14
</node>
 
15