GNOME Bugzilla – Bug 741016
gio: add G_IO_ERROR_NOT_CONNECTED
Last modified: 2014-12-02 13:30:23 UTC
It adds a new error G_IO_ERROR_NOT_CONNECTED and makes the win32 error ERROR_PIPE_LISTENING to be translated to it
Created attachment 291983 [details] [review] gio: add G_IO_ERROR_NOT_CONNECTED
Review of attachment 291983 [details] [review]: Looks good to me, although we should also map ENOTCONN to this.
Comment on attachment 291983 [details] [review] gio: add G_IO_ERROR_NOT_CONNECTED Attachment 291983 [details] pushed as fbfc234 - gio: add G_IO_ERROR_NOT_CONNECTED
Created attachment 291986 [details] [review] gio: provide G_IO_ERROR_NOT_CONNECTED translation for ENOTCONN
Review of attachment 291986 [details] [review]: Looks good to me
Attachment 291986 [details] pushed as e0f1a19 - gio: provide G_IO_ERROR_NOT_CONNECTED translation for ENOTCONN