Fix wrong behavior about return value of shortcut request 90/114090/5
authorseungha.son <seungha.son@samsung.com>
Fri, 10 Feb 2017 02:45:07 +0000 (11:45 +0900)
committerseungha.son <seungha.son@samsung.com>
Fri, 10 Feb 2017 08:37:03 +0000 (17:37 +0900)
commit94cbea331c78e99f4c9f732053cd9f63068b252a
tree38b6281214b6f681bac12067e8a74109f30e6de2
parent7a7f1062a300fd8b3cda458e83882bb9cbaeda11
Fix wrong behavior about return value of shortcut request

 - Currently, It is a structure in which the caller can not get
   a proper return value when there is a request such as
   shortcut add or remove.
 - The caller generates a request-id for each shortcut, passes the id
   to data-provider-master and passes the return vallue to caller
   using the id in the data-provider-master daemon.
 - related patch : https://review.tizen.org/gerrit/#/c/114091/

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I30791a7a1309df8d9473a373e785bdc9ceb1f62a
lib/src/shortcut_internal.c
lib/src/shortcut_manager.c