Fix wrong behavior about return value of shortcut request 91/114091/9
authorseungha.son <seungha.son@samsung.com>
Fri, 10 Feb 2017 03:26:04 +0000 (12:26 +0900)
committerseungha.son <seungha.son@samsung.com>
Fri, 10 Feb 2017 08:46:34 +0000 (17:46 +0900)
commitf34dfd8cbdef8a5933ceacdb7ed0b51f642ea872
tree6f4997417a1de86f13b4f29d8f03fd5b70805c3e
parent061b30bdcb71e4dbe23cd5aa4039a04703964eb4
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 handling for gdbus invocation has been modified so that
   caller can get proper return value.
 - related patch : https://review.tizen.org/gerrit/#/c/114090/

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I24a94d5d0d137e738ecc0fd332f2c2fa5f8e0fbf
include/shortcut_service.h
src/shortcut_service.c