GSocketClient: add a timeout property
authorDan Winship <danw@gnome.org>
Sat, 14 Aug 2010 19:04:24 +0000 (15:04 -0400)
committerDan Winship <danw@gnome.org>
Sat, 14 Aug 2010 19:26:16 +0000 (15:26 -0400)
commit16bafb479995e69417b86b5b26682ec7c2ceb5a0
tree09be37ce61c9c55582b82258ecc55a57d9bcb9f6
parent28a4fff7ec63000238c7e20ff965238027922c47
GSocketClient: add a timeout property

GSocket has a timeout flag now, but when using GSocketClient there was
no way to set the timeout until after connecting (or failing). Fix
that by adding a timeout property to GSocketClient.
gio/gsocketclient.c
gio/gsocketclient.h
gio/tests/send-data.c