gsocket: use cancellable child source
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Feb 2014 21:34:29 +0000 (16:34 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Feb 2014 15:24:19 +0000 (10:24 -0500)
commitff96f88e172d504b5aef2a852880e21341809e1f
treedf9c75fc5cad4559a6bbade7d4a042d38efda6ad
parentd8263dd7930fddddc4b8158e720ce0387d445af7
gsocket: use cancellable child source

Now that GCancellable's GSource is based on _set_ready_time() instead of
an fd, we should use it as a child source, instead of forcing the
creation of the fd and adding it as a poll.

https://bugzilla.gnome.org/show_bug.cgi?id=724707
gio/gsocket.c