Annotate GDBusConnection private functions with thread/lock status
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 17 Oct 2011 12:27:03 +0000 (13:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 24 Oct 2011 09:40:06 +0000 (10:40 +0100)
commit3a0b60647d8fd3b7ecffd5f79641a1daa9d79299
tree031fdf6d7bebe859c536d4404f9a4b7026307313
parenta886c2b3b8396bfacf546c9c52911fabb58acc57
Annotate GDBusConnection private functions with thread/lock status

The thread shared between all GDBusWorker instances was variously called
the "worker thread" or "message handler thread", which I mostly changed to
"the GDBusWorker thread" to avoid ambiguity.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=661992
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: David Zeuthen <davidz@redhat.com>
gio/gdbusconnection.c