Don't inline the contents of _dbus_connection_unlock
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 25 Feb 2011 17:32:38 +0000 (17:32 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 28 Jul 2011 17:23:31 +0000 (18:23 +0100)
commitacf4056a42c77ee70c91c466a0e12b942fe74154
treee27e99bf04cb0070d733da21883dcf1bd01210e3
parentab3984d327f83015b0a0a1c7743de583811df760
Don't inline the contents of _dbus_connection_unlock

It's about to become more complex, to handle delayed deallocation of
messages in order to avoid triggering callbacks while locked.

Reviewed-by: Colin Walters <walters@verbum.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34393
dbus/dbus-connection.c