Upgrading signal subscription logic. 46/84646/1 accepted/tizen/common/20160824.154526 accepted/tizen/ivi/20160825.000601 accepted/tizen/mobile/20160825.000508 accepted/tizen/tv/20160825.000525 accepted/tizen/wearable/20160825.000540 submit/tizen/20160824.043713
authorNishant Chaprana <n.chaprana@samsung.com>
Sat, 20 Aug 2016 05:49:53 +0000 (11:19 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Sat, 20 Aug 2016 05:49:53 +0000 (11:19 +0530)
commitd626302b25a961df964b5a93385f431c51735208
tree9f47186950bdedf06eabf4b83addba6aa9b02ee1
parent6822502642c2b9eaf03718e77fede531a4967a6b
Upgrading signal subscription logic.

Currently there is a common signal handler which receives signal
and then checks signal name to call signals handler function.

This process is done for every received signal.

If we register signals seperately then dbus will directly call
signal handler function.

Change-Id: Id3b641a19782da2163f1c3e5aebb63776738f849
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/capi-network-wifi-direct.spec
src/include/wifi-direct-client-proxy.h
src/wifi-direct-client-proxy.c
src/wifi-direct-dbus.c