Element DBUS interface
org.ffado.Control.Element.Element
<interface name="org.ffado.Control.Element.Element">
<method name="getId">
<arg type="t" name="id" direction="out"/>
</method>
<method name="getName">
<arg type="s" name="name" direction="out"/>
</method>
<method name="getLabel">
<arg type="s" name="label" direction="out"/>
</method>
<method name="getDescription">
<arg type="s" name="description" direction="out"/>
</method>
</interface>
The base class and interface for FFADO DBUS entities.
