dbus: add the device's Address to the introspection XML
Code was already there, but the XML was missing the address
This commit is contained in:
parent
56dc8741dc
commit
0b7f756ba0
|
@ -43,6 +43,7 @@ INTROSPECTION_XML = """
|
||||||
|
|
||||||
<interface name='org.freedesktop.tuhi1.Device'>
|
<interface name='org.freedesktop.tuhi1.Device'>
|
||||||
<property type='s' name='Name' access='read'/>
|
<property type='s' name='Name' access='read'/>
|
||||||
|
<property type='s' name='Address' access='read'/>
|
||||||
<property type='uu' name='Dimensions' access='read'/>
|
<property type='uu' name='Dimensions' access='read'/>
|
||||||
<property type='u' name='DrawingsAvailable' access='read'>
|
<property type='u' name='DrawingsAvailable' access='read'>
|
||||||
<annotation name='org.freedesktop.DBus.Property.EmitsChangedSignal' value='true'/>
|
<annotation name='org.freedesktop.DBus.Property.EmitsChangedSignal' value='true'/>
|
||||||
|
|
Loading…
Reference in New Issue