Cancel sending dbus message
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Jul 2019 04:36:04 +0000 (13:36 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Jul 2019 22:22:03 +0000 (07:22 +0900)
commit2a3a38e9d1b3985e6eaf220066746bdebac2a554
treecb6472589c90c19f75d3c968b14b6bb49a14ef47
parentdab7f211e8ca2307d823ce219737237bf0bbd9be
Cancel sending dbus message

To prevent calling the callback function after the proxy object is destoyed,
the GCancellable object is used. If Send() method is called twice, the
previous request will be cancelled.

Change-Id: Ibe3d692306864749ee37a0e78cbf7c82de651346
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/fdbroker-internal.cc
src/fdbroker-internal.h