/usr/share/dbus-1/interfaces/org.kde.kmix.control.xml is in kmix 4:4.14.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.KMix.Control">
<property access="read" name="id" type="s"/>
<property access="read" name="readableName" type="s"/>
<property access="read" name="iconName" type="s"/>
<property access="readwrite" name="mute" type="b"/>
<property access="read" name="canMute" type="b"/>
<property access="readwrite" name="recordSource" type="b"/>
<property access="read" name="hasCaptureSwitch" type="b"/>
<property access="readwrite" name="volume" type="i"/>
<property access="readwrite" name="absoluteVolume" type="i"/>
<property access="read" name="absoluteVolumeMin" type="i"/>
<property access="read" name="absoluteVolumeMax" type="i"/>
<method name="increaseVolume"/>
<method name="decreaseVolume"/>
<method name="toggleMute"/>
</interface>
</node>
|