[systemd-devel] [PATCH 1/3] dbus: add data argument to BusPropertySetCallback

2012-04-06 Thread Michael Olbrich
BusPropertyCallback already has the argument. It is necesary for the callback to know what data to access. --- src/dbus-common.c |6 +- src/dbus-common.h |2 +- src/dbus-manager.c |4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/dbus-common.c b/src/dbu

[systemd-devel] [PATCH 1/3] dbus: add data argument to BusPropertySetCallback

2012-02-20 Thread Michael Olbrich
BusPropertyCallback already has the argument. It is necesary for the callback to know what data to access. --- src/dbus-common.c |6 +- src/dbus-common.h |2 +- src/dbus-manager.c |4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/dbus-common.c b/src/dbus