dbus: add the device's Address to the introspection XML

Code was already there, but the XML was missing the address
pull/14/head
Peter Hutterer 2018-01-22 14:11:41 +10:00
parent 56dc8741dc
commit 0b7f756ba0
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ INTROSPECTION_XML = """
<interface name='org.freedesktop.tuhi1.Device'>
<property type='s' name='Name' access='read'/>
<property type='s' name='Address' access='read'/>
<property type='uu' name='Dimensions' access='read'/>
<property type='u' name='DrawingsAvailable' access='read'>
<annotation name='org.freedesktop.DBus.Property.EmitsChangedSignal' value='true'/>