DBusLoop: inline add_callback, remove_callback into their callers
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 24 Jan 2011 14:38:13 +0000 (14:38 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Jun 2011 15:28:06 +0000 (16:28 +0100)
commit5bd605616966bb1de148dd2c09b3b353c87076ec
tree2a78a04e00b620315c18d22cd9a242c0a76eaf4b
parent0292b1a56d15759cb2d485b6134a332b20594a2e
DBusLoop: inline add_callback, remove_callback into their callers

The watch and timeout code paths will diverge completely when we change
WatchCallback * to just be a DBusWatch *, removing the benefit of having
common code.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33342
Reviewed-by: Thiago Macieira <thiago@kde.org>
dbus/dbus-mainloop.c