GNOME Bugzilla – Bug 740223
source_object for GAsyncResult should be nullable
Last modified: 2017-10-11 12:01:44 UTC
Created attachment 290816 [details] [review] gio: mark the GAsyncResult source_object as nullable g_async_result_get_source_object mentions that the object can be nullable, but the return value us not marked as nullable. Also, the source_object argument for GAsyncReadyCallback doesn't specifically mention NULL, but it too should be nullable.
Review of attachment 290816 [details] [review]: Looks good, thanks.
Attachment 290816 [details] pushed as ca4fe59 - gio: mark the GAsyncResult source_object as nullable