gio: implement GPollableInput/OutputStream in more stream types
authorDan Winship <danw@gnome.org>
Mon, 6 Feb 2012 20:08:08 +0000 (15:08 -0500)
committerDan Winship <danw@gnome.org>
Tue, 17 Apr 2012 16:33:12 +0000 (12:33 -0400)
commit82ec4dcaed8107d436f76c45ec30645715b6dbef
treea2b8a062d0e4cac98d65babedb0ff0704946e041
parent111ba203c2440a5d7d8a14b043213b78d54752ae
gio: implement GPollableInput/OutputStream in more stream types

Implement GPollableInputStream in GMemoryInputStream and
GConverterInputStream, and likewise implement GPollableOutputStream in
the corresponding output streams.

https://bugzilla.gnome.org/show_bug.cgi?id=673997
gio/gconverterinputstream.c
gio/gconverteroutputstream.c
gio/gmemoryinputstream.c
gio/gmemoryoutputstream.c
gio/tests/converter-stream.c