summaryrefslogtreecommitdiff
path: root/org.pebbled.Watch.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-03 00:48:19 +0100
committerJavier <dev.git@javispedro.com>2014-12-03 00:48:19 +0100
commit69822e4dcf541a52e4202d5ff566364fb90e6ec0 (patch)
tree5485db6e7d94517f2763db735ce4cfc2eec260cd /org.pebbled.Watch.xml
parent843e8c2550f69de3b9dfc3ec5f13d2c3a5710896 (diff)
implement UI for JS app configuration
Diffstat (limited to 'org.pebbled.Watch.xml')
-rw-r--r--org.pebbled.Watch.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml
index 11f20b7..759a6db 100644
--- a/org.pebbled.Watch.xml
+++ b/org.pebbled.Watch.xml
@@ -1,15 +1,18 @@
<?xml version="1.0"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node name="/org/pebbled/watch">
+<node name="/org/pebbled/Watch">
<interface name="org.pebbled.Watch">
<property name="Name" type="s" access="read"/>
<property name="Address" type="s" access="read"/>
<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="ConnectedChanged"/>
+ <signal name="AppUuidChanged"/>
+
<method name="Disconnect"/>
<method name="Reconnect"/>
<method name="Ping">