aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.automotivelinux.AppLaunch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.automotivelinux.AppLaunch.xml')
-rw-r--r--data/org.automotivelinux.AppLaunch.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/org.automotivelinux.AppLaunch.xml b/data/org.automotivelinux.AppLaunch.xml
index 52aa20b..9c82057 100644
--- a/data/org.automotivelinux.AppLaunch.xml
+++ b/data/org.automotivelinux.AppLaunch.xml
@@ -30,6 +30,11 @@
<arg name="appid" type="s" direction="in"/>
</method>
+ <method name="split">
+ <arg name="appid" type="s" direction="in"/>
+ <arg name="orientation" type="u" direction="in"/>
+ </method>
+
<!--
listApplications:
@graphical: Whether the should should be limited to graphical
@@ -70,5 +75,11 @@
<signal name="terminated">
<arg name="appid" type="s"/>
</signal>
+
+ <signal name="splited">
+ <arg name="appid" type="s"/>
+ <arg name="orientation" type="u"/>
+ </signal>
+
</interface>
</node>