gdbus: refactor gdbus proxy functions 34/160134/5
authorSegwon <segwon.han@samsung.com>
Tue, 14 Nov 2017 13:13:29 +0000 (22:13 +0900)
committerSegwon <segwon.han@samsung.com>
Wed, 15 Nov 2017 06:12:38 +0000 (15:12 +0900)
commit2841452b5dfca59cee77e1bb749013a8244a9306
tree769078cb19bdce70ef6616ad073074fa648cbde3
parentbbbec795a3b6a1def61758f532a3f3133d32a116
gdbus: refactor gdbus proxy functions

 - changed to static
 - proxy init function has been modified to return error.

Change-Id: I220d66e31d19c4cd7e27caa18f2c5cd2cba19b00
Signed-off-by: Segwon <segwon.han@samsung.com>
15 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/peripheral_gpio.c
src/peripheral_i2c.c
src/peripheral_pwm.c
src/peripheral_spi.c
src/peripheral_uart.c