dbus_shutdown: document its effect on shared connections
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 10 Sep 2014 15:20:52 +0000 (16:20 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Oct 2014 14:16:56 +0000 (15:16 +0100)
commitc88525f815d17933e2c00cb20f9eb3804a860257
tree9fd21f11b3aea862f42bf4e97adab7b5207a8d7e
parenteca46a23416202d635c3812146b91c9a04697b9f
dbus_shutdown: document its effect on shared connections

In practice, the sort of applications that call dbus_shutdown()
(e.g. regression tests) will want to either use private connections,
or turn off exit-on-disconnect on the shared connection, or both.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=16924
dbus/dbus-memory.c