gio: port unix streams to GUnixFDSource
authorDan Winship <danw@gnome.org>
Sat, 1 Jun 2013 18:24:13 +0000 (15:24 -0300)
committerDan Winship <danw@gnome.org>
Sat, 13 Jul 2013 20:38:55 +0000 (16:38 -0400)
commit6d328a0d5d0c4762d9d942f2632763075b12dcb8
treea9e4ba879e591cc6e042304a357477c2ac9a8d58
parent8a899265329f6bbbb066991fdc036045d7031b37
gio: port unix streams to GUnixFDSource

The unix input/output streams were using a gio-only source type that
was mostly identical to GUnixFDSource. Get rid of that source type
and just use GUnixFDSource instead.

https://bugzilla.gnome.org/show_bug.cgi?id=701511
gio/gasynchelper.c
gio/gasynchelper.h
gio/gunixinputstream.c
gio/gunixoutputstream.c