GNOME Bugzilla – Bug 707269
NetworkAgent: use g_close() instead of GUnixInputStream
Last modified: 2013-09-02 16:45:34 UTC
We created the input stream just to close the FD, but GLib has a handy close() wrapper, so we can use that instead.
Created attachment 253809 [details] [review] NetworkAgent: use g_close() instead of GUnixInputStream
Review of attachment 253809 [details] [review]: This one really wants Gio.Subprocess so we can precisely control each stream. Next cycle...
Attachment 253809 [details] pushed as a27b44a - NetworkAgent: use g_close() instead of GUnixInputStream