aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/homescreen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/homescreen.xml')
-rw-r--r--interfaces/homescreen.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/interfaces/homescreen.xml b/interfaces/homescreen.xml
index 95e84a6..fe0ea30 100644
--- a/interfaces/homescreen.xml
+++ b/interfaces/homescreen.xml
@@ -89,6 +89,17 @@
<arg name="surfaceId" type="i" direction="in"/>
<arg name="layoutArea" type="i" direction="in"/>
</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>
</interface>
</node>