syncevolution/src/gdbusxx
Patrick Ohly 8f24f1706b GDBus GIO: mark class as noncopyable
The class is noncopyable because of a plain pointer. Klocwork warned
about that.
2013-04-22 16:01:44 +02: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 GDBus libdbus + GIO: missing out parameters in D-Bus introspection XML (FDO #57292) 2012-12-03 17:14:48 +01:00
gdbus-cxx-bridge.h GDBus GIO: better DBusErrorCXX copy operator 2013-03-19 14:52:30 +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.