syncevolution/src/gdbusxx
Jonas Smedegaard e11228cf77 New upstream version 2.0.0 2021-10-05 01:41:33 +02:00
..
test New upstream version 2.0.0 2021-09-29 23:11:16 +02:00
README New upstream version 2.0.0 2021-09-29 23:11:16 +02:00
gdbus-cxx-bridge.cpp Import Upstream version 1.5.3 2021-09-29 23:01:46 +02:00
gdbus-cxx-bridge.h Import Upstream version 1.5.3 2021-09-29 23:01:46 +02:00
gdbus-cxx.h C++: replace boost::shared_ptr, boost::function, boost::bind 2020-12-05 21:28:08 +01:00
gdbusxx.am gdbus: replace helper class with normal glib classes 2020-12-05 21:28:08 +01: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.