Fix list in documentation
authorJens Bocklage <jens_bocklage@mentor.com>
Fri, 20 Jan 2017 17:57:31 +0000 (18:57 +0100)
committerJens Bocklage <jens_bocklage@mentor.com>
Fri, 20 Jan 2017 17:57:31 +0000 (18:57 +0100)
Signed-off-by: Jens Bocklage <jens_bocklage@mentor.com>
homescreen/docs/homescreen_api.md

index 17a3bad..8f7b8f4 100644 (file)
@@ -90,6 +90,7 @@ A surface can be visible or invisible (please do not confuse “visible” and 
 \r
 Right now an application has to pull this information.\r
 This is not optimal and will change in the future. There are two options:\r
+\r
  - The homescreen API will provide a signal that is emitted every time the visible status of surfaces changes. This would be way more efficient, because it would save time and avoid a re-occurring API call. __UPDATE:__ There is a D-Bus signal implemented in this API\r
  - For Qt, there is already a patch available that provides this information as a base class property. See https://codereview.qt-project.org/#/c/176211/ This would be optimal for Qt widget applications. But not useful for other languages, e.g. Java. __UPDATE:__ This patch got reverted in AGL!\r
 \r