gnome-shell/data/dbus-interfaces/org.gnome.Shell.AudioDeviceSelection.xml

13 lines
305 B
XML

<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>