- fixed detecting whether emulate org.freedesktop.DBus interface (dbus daemon)
authorRadoslaw Pajak <r.pajak@samsung.com>
Wed, 24 Jul 2013 13:17:26 +0000 (15:17 +0200)
committerRadoslaw Pajak <r.pajak@samsung.com>
Fri, 26 Jul 2013 09:28:39 +0000 (11:28 +0200)
commit12ca3a01e8bfc9920eed173a7384ba4b4ff8aa15
tree41681d6d9d21d4acb63036d933e9456b60c4f3fc
parentd4b37717ee307dfa49a59870a6d1744d7211138a
 - fixed detecting whether emulate org.freedesktop.DBus interface (dbus daemon)
   when sending message
 - improved dbus_bus_add_match for kdbus - now distinguish sender key (mapped to src_name),
   interface key (mapped to bloom) and detects org.freedesktop.DBus's name related members
 - bloom filled in kdbus_write... functions because of above dbus_bus_add_match improvement
 - added dbus_bus_remove_match - but it ignire rules and deletes everythig for given connection id

Change-Id: I09e658f748ba9230601c128c3e67a0cb6ce8340d
dbus/dbus-bus.c
dbus/dbus-transport-kdbus.c
dbus/dbus-transport-kdbus.h
dbus/kdbus.h