diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-07 01:31:51 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-07 01:31:51 +0100 |
| commit | 49c20eb7e2933ae6e9e4337fc0fe9b49a39efde8 (patch) | |
| tree | b12ba4e901ac602ce9f3b7cc003de4dd663e8200 /org.pebbled.Watch.xml | |
| parent | c7804f23412c14d6252bee6deb904d59ced835e2 (diff) | |
add bankmanager and ability to unload apps
Diffstat (limited to 'org.pebbled.Watch.xml')
| -rw-r--r-- | org.pebbled.Watch.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml index 87a22b9..ce71248 100644 --- a/org.pebbled.Watch.xml +++ b/org.pebbled.Watch.xml @@ -49,5 +49,10 @@ <arg name="uuid" type="s" direction="in"/> <arg name="data" type="s" direction="in"/> </method> + + <!-- Bank management methods --> + <method name="UnloadApp"> + <arg name="slot" type="u" direction="in"/> + </method> </interface> </node> |
