mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Clarify that g_socket_client_connect_to_uri() doesn't know about TLS
This commit is contained in:
parent
4f6efb681d
commit
b5a707ec90
@ -1019,7 +1019,9 @@ g_socket_client_connect_to_service (GSocketClient *client,
|
|||||||
*
|
*
|
||||||
* @uri may be any valid URI containing an "authority" (hostname/port)
|
* @uri may be any valid URI containing an "authority" (hostname/port)
|
||||||
* component. If a port is not specified in the URI, @default_port
|
* component. If a port is not specified in the URI, @default_port
|
||||||
* will be used.
|
* will be used. TLS will be negotiated if #GSocketClient:tls is %TRUE.
|
||||||
|
* (#GSocketClient does not know to automatically assume TLS for
|
||||||
|
* certain URI schemes.)
|
||||||
*
|
*
|
||||||
* Using this rather than g_socket_client_connect() or
|
* Using this rather than g_socket_client_connect() or
|
||||||
* g_socket_client_connect_to_host() allows #GSocketClient to
|
* g_socket_client_connect_to_host() allows #GSocketClient to
|
||||||
|
Loading…
Reference in New Issue
Block a user