GNOME Bugzilla – Bug 668163
GDBusConnection: note that exit-on-close is sometimes TRUE
Last modified: 2012-01-18 16:17:52 UTC
GDBusConnection:exit-on-close officially defaults to FALSE, but most API users will get objects with it set to TRUE. This should be mentioned in the property's documentation.
Created attachment 205513 [details] [review] 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.
Looks good, Reviewed-by: me (although I'm not officially a GLib reviewer)
Comment on attachment 205513 [details] [review] GDBusConnection: note that exit-on-close is sometimes TRUE Sure. Thanks.
Comment on attachment 205513 [details] [review] GDBusConnection: note that exit-on-close is sometimes TRUE Thanks!