dbus: change from dbus-glib API to GDBus API
As mentioned in the URL below:
https://dbus.freedesktop.org/doc/dbus-glib/
dbus-glib is a deprecated API for use of D-Bus from GLib applications.
Do not use it in new code. Since version 2.26,
GLib's accompanying GIO library provides a high-level API for D-Bus,
"GDBus", based on an independent reimplementation of the D-Bus protocol.
The maintainers of D-Bus recommend that GLib applications
should use GDBus instead of dbus-glib.
Change-Id: I5754e0c40fdb246e0a29766ae795e6dcaebc07e4
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>