diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-08 00:16:06 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-08 00:16:06 +0100 |
| commit | 4280a9bda38046f702a4151d7b831a3bf46ef169 (patch) | |
| tree | e6ebe76e2eb834a648dc2907c077a28264c4f8d8 /org.pebbled.Watch.xml | |
| parent | a60c1cb3c4afd6dfd305115ec4c52e993172fa7d (diff) | |
add d-bus API to list slot contents and fix other API issues
Diffstat (limited to 'org.pebbled.Watch.xml')
| -rw-r--r-- | org.pebbled.Watch.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml index 2c5202f..e076d6c 100644 --- a/org.pebbled.Watch.xml +++ b/org.pebbled.Watch.xml @@ -51,12 +51,14 @@ </method> <!-- Bank management methods --> + <property name="AppSlots" type="as" access="read"/> + <signal name="AppSlotsChanged"/> <method name="UnloadApp"> - <arg name="slot" type="u" direction="in"/> + <arg name="slot" type="i" direction="in"/> </method> <method name="UploadApp"> <arg name="uuid" type="s" direction="in"/> - <arg name="slot" type="u" direction="in"/> + <arg name="slot" type="i" direction="in"/> </method> </interface> </node> |
