summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.gnome.Shell.AudioDeviceSelection.xml
blob: 28cc6da39c7bb378967dbd2b21be57be3f47ce37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<node>
  <interface name="org.gnome.Shell.AudioDeviceSelection">
    <method name="Open">
      <arg name="devices" direction="in" type="as"/>
    </method>
    <method name="Close">
    </method>
    <signal name="DeviceSelected">
      <arg name="device" type="s"/>
    </signal>
  </interface>
</node>