diff options
author | Jens Bocklage <github@bocklage.com> | 2017-01-20 10:00:01 -0800 |
---|---|---|
committer | Jens Bocklage <github@bocklage.com> | 2017-01-24 09:02:16 -0800 |
commit | 1f3a6d1896a3deafcf1c052509d7f787ab5386e0 (patch) | |
tree | 33e98f755bf5e9c5dac8a24af810e641f801e506 /site | |
parent | c797f6fe9f6fb746e351f8106fcf47f6eb37b8ea (diff) |
Add HomeScreen API documentation
Signed-off-by: Jens Bocklage <github@bocklage.com>
Diffstat (limited to 'site')
-rw-r--r-- | site/_tocs/apis_services/fetched_files.yml | 27 | ||||
-rw-r--r-- | site/_tocs/apis_services/toc_dev_en.yml | 4 |
2 files changed, 31 insertions, 0 deletions
diff --git a/site/_tocs/apis_services/fetched_files.yml b/site/_tocs/apis_services/fetched_files.yml index 5ebf0fb..344bccb 100644 --- a/site/_tocs/apis_services/fetched_files.yml +++ b/site/_tocs/apis_services/fetched_files.yml @@ -132,4 +132,31 @@ repositories: - source: index.md destination: resources.md label: Resources +- + url_fetch : GERRIT_FETCH + git_commit : master + git_name : apps/homescreen + src_prefix : homescreen/docs + dst_prefix : homescreen + documents: + - source: homescreen_api.md + label: HomeScreen API + - source: pictures/api_getAllSurfacesOfProcess.png + destination: pictures/api_getAllSurfacesOfProcess.png + - source: pictures/api_getSurfaceStatus_1.png + destination: pictures/api_getSurfaceStatus_1.png + - source: pictures/api_getSurfaceStatus_2.png + destination: pictures/api_getSurfaceStatus_2.png + - source: pictures/api_getSurfaceStatus_3.png + destination: pictures/api_getSurfaceStatus_3.png + - source: pictures/api_hardKeyPressed.png + destination: pictures/api_hardKeyPressed.png + - source: pictures/api_renderSurfaceToArea.png + destination: pictures/api_renderSurfaceToArea.png + - source: pictures/api_renderSurfaceToAreaAllowed.png + destination: pictures/api_renderSurfaceToAreaAllowed.png + - source: pictures/api_requestSurfaceIdToFullScreen.png + destination: pictures/api_requestSurfaceIdToFullScreen.png + - source: pictures/api_surfaceVisibilityChanged.png + destination: pictures/api_surfaceVisibilityChanged.png diff --git a/site/_tocs/apis_services/toc_dev_en.yml b/site/_tocs/apis_services/toc_dev_en.yml index f41cbad..9545874 100644 --- a/site/_tocs/apis_services/toc_dev_en.yml +++ b/site/_tocs/apis_services/toc_dev_en.yml @@ -68,5 +68,9 @@ children: name: Audio Framework children: - url: reference/audio/resources.html +- + name: HomeScreen + children: + - url: reference/homescreen/homescreen_api.html |