gsocket: use check/prepare only on win32
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Feb 2014 22:07:07 +0000 (17:07 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Feb 2014 15:25:42 +0000 (10:25 -0500)
commit8da795de4f04dad35029a36c155d0b299d739840
treea5c4d47d5c905d3a084b3a73da8b9edfdaa646b2
parente8f26efe0d0ddf64b4be45e61917039b98de83bf
gsocket: use check/prepare only on win32

There is no longer any code left in the check/prepare functions on UNIX,
so put %NULL in the GSourceFuncs vtable.

This also allows us to simplify some logic.

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