chiark / gitweb /
dbus: add data argument to BusPropertySetCallback
authorMichael Olbrich <m.olbrich@pengutronix.de>
Fri, 6 Apr 2012 19:38:00 +0000 (21:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Apr 2012 20:41:15 +0000 (22:41 +0200)
commit9612f07cbf2b0ec54c5dc6ed7e521e181cc3612d
treeb453f14054194aac7fed67ece5897d70373a8920
parent56bcbfa5f80ce6f1da5bb38e336b213be5ed0df0
dbus: add data argument to BusPropertySetCallback

BusPropertyCallback already has the argument. It is necesary for the
callback to know what data to access.
src/dbus-common.c
src/dbus-common.h
src/dbus-manager.c