Add new layer WINDOWMANAGER_LAYER_HOMESCREEN_OVERLAY.
[staging/HomeScreen.git] / interfaces / windowmanager.xml
index a4be58f..754c816 100644 (file)
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/> 
                </method>
 
+               <!--
+                 surfaceVisibilityChanged:
+                 @surfaceId: The surface that changed.
+                 @visible: True, if the surface is visible.
+
+                 This is emitted when the visible property of the surfaces changes.
+               -->
+               <signal name="surfaceVisibilityChanged">
+                       <arg name="surfaceId" type="i"/>
+                       <arg name="visible" type="b"/>
+               </signal>
+
                <!--
                  showLayer:
-                 @layer: The ID of the layer to show. POPUP=0, APPS=1, HOMESCREEN=2
+                 @layer: The ID of the layer to show. POPUP=0, HOMESCREEN_OVERLAY=1, APPS=2, HOMESCREEN=3
 
                  Show complete layers.
                  By default, all layers are shown.
                </method>
                <!--
                  hideLayer:
-                 @layer: The ID of the layer to hide. POPUP=0, APPS=1, HOMESCREEN=2
+                 @layer: The ID of the layer to hide. POPUP=0, HOMESCREEN_OVERLAY=1, APPS=2, HOMESCREEN=3
 
                  Hide complete layers.
                  By default, all layers are shown.