aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-11-11 10:49:52 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-11-11 10:49:52 +0100
commit337319e30026b0bae453dc7363f27469fa2ab526 (patch)
tree6e6a50f7092a5b9941fa4b881211629ef2c2c9f7 /interfaces
parent0afa95451dbca6b9ef4e50d0c12a6ac17e68f87c (diff)
Add org.agl.homescreen function renderSurfaceToAreaAllowed.
This function can be used to request, if it is allowed to render a surface in a layout area in preparation of the real renderSurfaceToArea command. This call will not change anything, it is only a request. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/homescreen.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/interfaces/homescreen.xml b/interfaces/homescreen.xml
index 999b0e9..95e84a6 100644
--- a/interfaces/homescreen.xml
+++ b/interfaces/homescreen.xml
@@ -63,6 +63,20 @@
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
</method>
<!--
+ renderSurfaceToAreaAllowed:
+ @surfaceId: The surface that is requested.
+ @layoutArea: The layout area where the surface shall be rendered.
+ @allowed: Returns true, if the surface is allowed to be rendered in the area
+
+ This function can be used to request, if it is allowed to render a surface in a layout area in preparation
+ of the real renderSurfaceToArea command. This call will not change anything, it is only a request.
+ -->
+ <method name="renderSurfaceToAreaAllowed">
+ <arg name="surfaceId" type="i" direction="in"/>
+ <arg name="layoutArea" type="i" direction="in"/>
+ <arg name="allowed" type="b" direction="out"/>
+ </method>
+ <!--
renderSurfaceToArea:
@surfaceId: The surface that is requested.
@layoutArea: The layout area where the surface shall be rendered.