syncevolution/src/gdbusxx
Patrick Ohly dd66d1d0cb GDBus GIO: copy constructor for GDBusConnectionPtr
When we have attached a name to GDBusConnectionPtr in
dbus_get_bus_connection(), we must copy that name when
passing the connection on.

Otherwise requesting a name via dbus_get_bus_connection()
and later calling dbus_bus_connection_undelay() on a copy
fails to request the name.
2014-05-05 09:28:13 +02: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
gdbus-cxx-bridge.cpp code restructing: Exception, throwError() 2014-05-02 16:43:52 +02:00
gdbus-cxx-bridge.h GDBus GIO: copy constructor for GDBusConnectionPtr 2014-05-05 09:28:13 +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 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.