GDBusConnection: note that exit-on-close is sometimes TRUE
authorWill Thompson <will@willthompson.co.uk>
Wed, 18 Jan 2012 10:14:37 +0000 (10:14 +0000)
committerWill Thompson <will@willthompson.co.uk>
Wed, 18 Jan 2012 16:16:58 +0000 (16:16 +0000)
commit7a0bddd768b8f88c94ecf15ac026cad16af4e7f4
tree072ada369bf78b0d4a6ba9d48a9cac13e27ad52d
parentd077b66ee9b480569095e605ce98edab61afbb1c
GDBusConnection: note that exit-on-close is sometimes TRUE

g_bus_get_finish() and g_bus_get_sync() both document that the returned
object will usually have exit-on-close set to TRUE, but the property's
documentation specified that its default is FALSE. While that's
technically true from a GObject perspective, it's not accurate from the
API user's perspective.

https://bugzilla.gnome.org/show_bug.cgi?id=668163

Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: David Zeuthen <zeuthen@gmail.com>
gio/gdbusconnection.c