From d6cd19121e0821cf40633533ae22c93c88f9e33b Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Tue, 12 Dec 2017 21:44:57 +0900 Subject: Support XDG application To run XDG application on AGL HomeScreen/WindowManager, a new binding API of WindowManager is added. This api is used only by AGL XDG-Launcher and all xdg applications should be packed as wgt compatible to AGL Application framework. Bug-AGL: SPEC-1096 Change-Id: I33dd3b056c736ef374e2251e818541ddd699877b Signed-off-by: Tadao Tanikawa --- generate-binding-glue.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'generate-binding-glue.py') diff --git a/generate-binding-glue.py b/generate-binding-glue.py index 376350a..a7be2da 100644 --- a/generate-binding-glue.py +++ b/generate-binding-glue.py @@ -132,6 +132,13 @@ API = { { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' }, ], }, + { + 'name': 'requestsurfacexdg', + 'args': [ + { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' }, + { 'name': 'ivi_id', 'type': 'char const*', 'jtype': 'string' }, + ], + }, { 'name': 'activatesurface', 'args': [ -- cgit 1.2.3-korg