gsocket: use _add_unix_fd() instead of _add_poll()
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Feb 2014 21:37:49 +0000 (16:37 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Feb 2014 15:25:42 +0000 (10:25 -0500)
commite8f26efe0d0ddf64b4be45e61917039b98de83bf
treeabceae57974bcd2fd5e826fb44e660ed03d9bf2d
parent04aee2d9201551810c2f9345b5b64ed7bf4e910e
gsocket: use _add_unix_fd() instead of _add_poll()

Use g_source_add_unix_fd() on UNIX instead of using a GPollFD.

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