aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
blob: 18e47fc1ff219c3adc7c6c5cdf72464c02882926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/com/canonical/indicators/sound">
  <interface name="com.canonical.indicators.sound">
    <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"/>
        <arg type='b' name='blacklist' direction="in"/>
    </method>
    <method name = "GetSoundState">
        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_state"/>
        <arg type='i' name='current_state' direction="out"/>
    </method>
    <signal name="SoundStateUpdate">
      <arg name="new_state" type="i" direction="out"/>
    </signal>
  </interface>
</node>