Files
glib/docs/reference/gio
Ryan Lortie 69c3ce7148 GCancellable: add new poll wrapper APIs
Add two APIs to GCancellable for waiting on one or more GPollFD records until
they are ready, or until cancellation.

This is basically a cancellable version of g_poll().

This makes many typical operations easier; it will be possible to
replace all cases of g_cancellable_make_pollfd() in GIO with just the
simple version of this function, often at a large reduction in lines of
code.  Even better is that in the future, users of this API may be able
to avoid allocating an fd at all.

I'm not sure if it's worth keeping the _full version.

https://bugzilla.gnome.org/show_bug.cgi?id=741716
2014-12-18 13:42:34 -05:00
..
2013-10-17 10:12:27 -04:00
2014-07-01 23:52:19 -05:00
2012-08-03 23:36:45 -04:00
2014-12-01 14:17:26 +01:00
2013-05-04 21:03:00 -04:00
2011-12-08 18:05:12 -05:00
2011-12-08 18:05:12 -05:00
2013-01-01 10:25:07 -05:00
2013-12-29 14:20:13 -06:00