Add g_socket_connection_connect(), etc
authorDan Winship <danw@gnome.org>
Sun, 12 Jun 2011 20:29:04 +0000 (16:29 -0400)
committerDan Winship <danw@gnome.org>
Thu, 22 Dec 2011 18:22:25 +0000 (13:22 -0500)
commit57f279988cc2219a974042a29cbb12efd2422540
tree621338f66c716b946bda80d073d63b90cfd5c246
parente121d46b251d7a695f6c56bf3de95acb51371599
Add g_socket_connection_connect(), etc

Previously it was more or less assumed that GSocketConnections were
always connected, although this was not enforced. Make it explicit
that they don't need to be, and add methods to connect them, and
simplify GSocketClient by using those methods.

https://bugzilla.gnome.org/show_bug.cgi?id=665805
docs/reference/gio/gio-sections.txt
gio/gio.symbols
gio/gsocketclient.c
gio/gsocketconnection.c
gio/gsocketconnection.h