syncevolution/src/gdbusxx
Tino Mettler 0819d57e03 Import Debian changes 1.5.2-2
syncevolution (1.5.2-2) unstable; urgency=medium
.
  * Add missing service file for syncevo-dbus-server (Closes: #854941)
2021-09-29 22:58:03 +02:00
..
test D-Bus: use streams for direct IPC with GIO 2014-04-01 16:45:09 +02:00
README build: Enable configure switch to build with GIO GDBus 2011-11-29 16:38:38 +00:00
gdbus-cxx-bridge.cpp Import Debian changes 1.5.2-2 2021-09-29 22:58:03 +02:00
gdbus-cxx-bridge.h gdbusxx/gdbus-cxx-bridge.h: avoid copying of parameter 2016-09-26 12:58:27 +02:00
gdbus-cxx.h GDBus GIO: more flexible SignalWatch 2012-09-26 08:36:35 +02:00
gdbusxx.am D-Bus: use streams for direct IPC with GIO 2014-04-01 16:45:09 +02:00

README

This is a C++ wrapper for the GLib GDBus d-bus implementation.

SyncEvolution also includes a wrapper for another library named gdbus
which originated in the Bluez project. This implementation has been
included in-tree and getting and sending patches is a somewhat
automated process.

The plan is to drop the in-tree, Bluez gdbus as soon as Debian stable
and Ubuntu LTS both support a GLib >= 2.26 (the version first to
include GDBus). Until this happens we'll have to keep the in-tree one
around.

In order to make our lives easier, both implementation should have the
same interface.