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