Add dbus_handle_method_async_pairs_with_reply 08/182208/4 accepted/tizen/unified/20180629.061543 submit/tizen/20180625.130238 submit/tizen/20180625.142706 submit/tizen/20180627.063926 submit/tizen/20180627.113622 submit/tizen/20180628.074606
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 21 Jun 2018 07:42:48 +0000 (16:42 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 21 Jun 2018 12:13:17 +0000 (21:13 +0900)
commit16ad14d131c8a35f24af060f9ac042f1575c1677
tree4dc80d3f9049809bc645d2802e73a174017333c3
parentff1dc2218bb7a5b3fd8539d2da2c2b5168d6faf3
Add dbus_handle_method_async_pairs_with_reply

dbus_handle_method_async_pairs() is just for no reply and used in deviced and storaged.
However, the function has been abnormally used and caused dbus error by unmatched signature
between deviced, storaged and system-popup.
So, it was replaced by dbus_handle_method_async_with_reply_var().

Change-Id: I5452bdb80dd52e72cc4364ff0ce1cf86490d9822
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/libgdbus/dbus-system.c
src/libgdbus/dbus-system.h