syncevolution/src/gdbusxx
Tino Mettler aabb990482 Fix FTBFS on kfreebsd due to missing SOCK_CLOEXEC
Work around missing SOCK_CLOEXEC on kfreebsd by setting FD_CLOEXEC
afterwards.
2016-11-15 12:30:30 +01:00
..
test D-Bus: use streams for direct IPC with GIO 2014-04-01 16:45:09 +02:00
.gitignore build: Enable configure switch to build with GIO GDBus 2011-11-29 16:38:38 +00:00
README build: Enable configure switch to build with GIO GDBus 2011-11-29 16:38:38 +00:00
gdbus-cxx-bridge.cpp Fix FTBFS on kfreebsd due to missing SOCK_CLOEXEC 2016-11-15 12:30:30 +01: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.