adapter: Use g_dbus_send_reply whenever possible 91/204891/1
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 31 Jan 2018 10:55:30 +0000 (08:55 -0200)
committerAmit Purwar <amit.purwar@samsung.com>
Mon, 15 Apr 2019 03:23:45 +0000 (08:53 +0530)
commit8178532723f261bfb509d775999be4740cf01076
tree48798e4ddc07740461952c8347e2bc1a32e381c3
parent370ca1d73387622418fb8a206725ee8387f718cd
adapter: Use g_dbus_send_reply whenever possible

This convert calls of g_dbus_create_reply + g_dbus_send_message to just
g_dbus_send_reply as that is simpler to maintain and saver as that always
check if the reply could be constructed properly.

Change-Id: I7514f10f22e4c629892796c929cb556a0fb07a97
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
src/adapter.c