Fix dbus proxy creation code 20/183520/1
authorjusung son <jusung07.son@samsung.com>
Fri, 6 Jul 2018 07:39:49 +0000 (16:39 +0900)
committerjusung son <jusung07.son@samsung.com>
Fri, 6 Jul 2018 07:39:49 +0000 (16:39 +0900)
commit772bbc5699de4d39f18bc32f92f1c0c149b02a6b
treeead7f0b1df84d88c2e4ac3c79a9dc2c80dd010d6
parent276f27c11fa8a8f16b0d30b3c3ba3bd457905d3f
Fix dbus proxy creation code

Add G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES flag.
esd does not provide object which has properties.
Without this flag, g_dbus_proxy_new_sync() will try to load properties
using GetAll method, and this call will be denied by default dbus policy.

Change-Id: I82fa44b201ba948e348be107e1b0e14b36a38e25
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/eventsystem.c