interface: do not close request to daemon by gdbus. 02/160402/1
authorSegwon <segwon.han@samsung.com>
Thu, 16 Nov 2017 05:03:25 +0000 (14:03 +0900)
committerSegwon <segwon.han@samsung.com>
Thu, 16 Nov 2017 05:12:00 +0000 (14:12 +0900)
commit79d3c28b1bab7a183d3cf9326a2c66ef3a243bf6
tree4fa9564c3603a7884846fe6895b8c71af2ba7e2e
parent8e3667aa19274b9dc41d3499da4203ee4e186d58
interface: do not close request to daemon by gdbus.

 - daemon will be detect gdbus disconnection by g_bus_watch_name()

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: Id9882a8b576b9110eb21aa66a94b3fa7e9c4b14c
16 files changed:
include/gdbus/peripheral_gdbus_gpio.h
include/gdbus/peripheral_gdbus_i2c.h
include/gdbus/peripheral_gdbus_pwm.h
include/gdbus/peripheral_gdbus_spi.h
include/gdbus/peripheral_gdbus_uart.h
src/gdbus/peripheral_gdbus_gpio.c
src/gdbus/peripheral_gdbus_i2c.c
src/gdbus/peripheral_gdbus_pwm.c
src/gdbus/peripheral_gdbus_spi.c
src/gdbus/peripheral_gdbus_uart.c
src/gdbus/peripheral_io.xml
src/peripheral_gpio.c
src/peripheral_i2c.c
src/peripheral_pwm.c
src/peripheral_spi.c
src/peripheral_uart.c