diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 14:06:12 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 14:07:55 +0900 |
commit | 09143a0949dee0077cd9681356877b71ec4c99fb (patch) | |
tree | e4b4c6d3ff706ebc29c05b23307ce90461d1a346 /src/hs-helper.h | |
parent | 562007561aa5a7fe285968f0abf5949c56c0c2c5 (diff) |
Add reply message for homescreen-servicesandbox/yuta-d/hmi-framework
Add a new event named OnScreenReply for application,
Application can use this event reply to homescreen.
Update docment for this event.
Change-Id: Iea0c321731fa62cd94fc08fc5e303c20847fd525
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'src/hs-helper.h')
-rw-r--r-- | src/hs-helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hs-helper.h b/src/hs-helper.h index f6337d8..5ce9eb5 100644 --- a/src/hs-helper.h +++ b/src/hs-helper.h @@ -33,6 +33,7 @@ typedef enum REQ_ERROR static const char* evlist[] = { "tap_shortcut", "on_screen_message", + "on_screen_reply", "reserved" }; |