dbus: change from dbus-glib API to GDBus API 86/154486/4
authorJinhyung Jo <jinhyung.jo@samsung.com>
Tue, 10 Oct 2017 09:06:20 +0000 (18:06 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Thu, 12 Oct 2017 06:25:46 +0000 (06:25 +0000)
commitfbb3887c013b52229f5310006ec3df850299062a
tree6345a1cbdda157cecfc700882cd96c17f9838429
parentfbef2a86c98ba4d70273fc302f72cc0fe163ea8f
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>
CMakeLists.txt
packaging/sdbd.spec
src/sdb.c