diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-03-31 13:35:29 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-03-31 13:37:04 +0200 |
| commit | c01b9da9f441d74578792ffeca2db25734b19704 (patch) | |
| tree | 03201c4d40085e9f6547d227a5df29ba6206277a /org.pebbled.Watch.xml | |
| parent | 435b5066f57ed0f0710dcc61ca927380e3916a7e (diff) | |
Expose Watch Info over DBus interface
Diffstat (limited to 'org.pebbled.Watch.xml')
| -rw-r--r-- | org.pebbled.Watch.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml index 6336d04..f125b03 100644 --- a/org.pebbled.Watch.xml +++ b/org.pebbled.Watch.xml @@ -4,12 +4,16 @@ <interface name="org.pebbled.Watch"> <property name="Name" type="s" access="read"/> <property name="Address" type="s" access="read"/> + <property name="Info" type="a{sv}" access="read"> + <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/> + </property> <property name="Connected" type="b" access="read"/> <property name="AppUuid" type="s" access="read"/> <!-- Qt does not yet support property changed signals, so we fake them. --> <signal name="NameChanged"/> <signal name="AddressChanged"/> + <signal name="InfoChanged"/> <signal name="ConnectedChanged"/> <signal name="AppUuidChanged"/> |
