mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
7f4864e58d
Bug 509446 - portable blocking gio cancellation * gcancellable.c (g_cancellable_make_pollfd): New method to make a GPollFD for a cancellable (which is slightly more complicated on Windows than Unix). * gunixinputstream.c (g_unix_input_stream_read): * gunixoutputstream.c (g_unix_output_stream_write): Use g_cancellable_make_pollfd() and g_poll() rather than using poll() directly. * tests/unix-streams.c: test of GUnixInputStream, GUnixOutputStream, and GCancellable. svn path=/trunk/; revision=7553 |
||
---|---|---|
.. | ||
.gitignore | ||
gio-docs.xml | ||
gio-sections.txt | ||
gio.types | ||
gvfs-overview.odg | ||
gvfs-overview.png | ||
Makefile.am | ||
migrating.xml | ||
overview.xml | ||
version.xml.in |