syncevolution/src/gdbus
Patrick Ohly 83bf7442d3 watch: call dbus_bus_remove_match() for each dbus_bus_add_match()
Without the remove call the matches would accumulate over time,
which can't be good for the dbus-server.

libgdbus commit ID:
d0084fd7b13b7f4665c223877f77576b08624dbf
2009-10-07 16:07:50 +02:00
..
debug.c Update copyright information 2009-10-07 16:07:47 +02:00
debug.h Don't add an extra newline in the debug messages 2009-10-07 16:07:49 +02:00
gdbus.h Extended GDBusWatchFunction parameter list 2009-10-07 16:07:49 +02:00
mainloop.c Convert all documentation to gtk-doc style 2009-10-07 16:07:49 +02:00
Makefile.am Add functions for client monitoring 2009-10-07 16:07:45 +02:00
object.c Convert all documentation to gtk-doc style 2009-10-07 16:07:49 +02:00
README gdbus: start importing the complete upstream development history 2009-10-07 16:07:25 +02:00
watch.c watch: call dbus_bus_remove_match() for each dbus_bus_add_match() 2009-10-07 16:07:50 +02:00

This is a copy of the libgdbus source code:
http://git.kernel.org/?p=bluetooth/libgdbus.git;a=summary

It is licensed under LGPL v2.1, see upstream COPYING.

The source is included here because there is no stable
upstream release. Patches added here need to be submitted
upstream. Likewise, patches applied upstream must be imported.

The build/import-gdbus.sh script automates that process.
See build/import-foreign-git.sh for details.