mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
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
This commit is contained in:
@@ -1885,6 +1885,11 @@ g_socket_client_get_type
|
||||
<FILE>gsocketconnection</FILE>
|
||||
<TITLE>GSocketConnection</TITLE>
|
||||
GSocketConnection
|
||||
g_socket_connection_connect
|
||||
g_socket_connection_connect_async
|
||||
g_socket_connection_connect_finish
|
||||
<SUBSECTION>
|
||||
g_socket_connection_is_connected
|
||||
g_socket_connection_get_local_address
|
||||
g_socket_connection_get_remote_address
|
||||
g_socket_connection_get_socket
|
||||
|
Reference in New Issue
Block a user