Add a new API for sending launch request synchronously 49/195749/7
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 18 Dec 2018 00:31:04 +0000 (09:31 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 8 Jan 2019 09:45:18 +0000 (18:45 +0900)
commit0adb3c936f34a5d1758e4d54c9da33488692df6e
tree13139cfa3d4e90d314cf896177bacb455c5d1c8b
parenta86229b5fff87274110bb4984e016e05e8081ff9
Add a new API for sending launch request synchronously

The functions supports to send the launch request synchronously.
If the callee application is not replied, the function returns
a negative error value.

Adds:
 - app_control_send_launch_request_sync()

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/api/app-control/+/195749/
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/195971/
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/amd/+/196292/

Change-Id: I1cb8dfc7cc74bb76a5c265714afe61a6e46dbed9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control.h
src/app_control.c