syncevolution/src/gdbusxx
Tino Mettler b560e16b6a GDBus GIO: include missing stdint.h
Eglibc 2.18 requires this additional include, otherwise there will be
an FTBFS due to missing C99 integer types.
2014-03-05 11:15:54 +01:00
..
test GDBus GIO: mark class as noncopyable 2013-04-22 16:01:44 +02:00
.gitignore build: Enable configure switch to build with GIO GDBus 2011-11-29 16:38:38 +00:00
gdbus-cxx-bridge.cpp D-Bus: fix minor memory leak 2013-05-29 09:13:46 +02:00
gdbus-cxx-bridge.h GDBus GIO: include missing stdint.h 2014-03-05 11:15:54 +01:00
gdbus-cxx.h GDBus GIO: more flexible SignalWatch 2012-09-26 08:36:35 +02:00
gdbusxx.am autotools: Boost was not found in src/gdbus* 2012-11-25 18:02:06 -08:00
README build: Enable configure switch to build with GIO GDBus 2011-11-29 16:38:38 +00:00

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.