diff options
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> |
