Fix type mismatch issue 82/132882/1
authorjino.cho <jino.cho@samsung.com>
Thu, 1 Jun 2017 07:18:28 +0000 (16:18 +0900)
committerjino.cho <jino.cho@samsung.com>
Thu, 8 Jun 2017 06:58:32 +0000 (15:58 +0900)
commit84abf6350d82076f1abd27e893223224dcfe3353
tree6701a9c375222295f34902ff6a904ffe0982e727
parentcad0071117298f730788051177f7a6374843cdc1
Fix type mismatch issue

The type size of bool and gboolean are different.
Therefore, the pointer parameter should not be used directly as
a argument of gdbus functions.

Change-Id: I6ccccab228ca5fa57bee6db02e49bbe44a15eaef
Signed-off-by: jino.cho <jino.cho@samsung.com>
src/peripheral_gdbus_gpio.c
src/peripheral_gdbus_pwm.c