Implementing app launch and app surface control workflow. Using WindowManager to...
[staging/HomeScreen.git] / interfaces / homescreen.xml
index 55f4305..3eb66d0 100644 (file)
@@ -17,6 +17,9 @@
     <method name="hardKeyPressed">
       <arg name="key" type="i" direction="in"/> <!-- using the inputevent.hpp InputEvent::HardKey type -->
     </method>
+    <method name="setToFullscreen">
+      <arg name="pid" type="i" direction="in"/>
+    </method>
   </interface>
 </node>