mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
tls: Make g_tls_{client|server}_connection_new() return a GIOStream
The main use case for these objects is as an IO stream, so it makes sense to return them that way from the start.
This commit is contained in:
@@ -52,7 +52,7 @@ struct _GTlsClientConnectionInterface
|
||||
|
||||
GType g_tls_client_connection_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GTlsClientConnection *g_tls_client_connection_new (GIOStream *base_io_stream,
|
||||
GIOStream * g_tls_client_connection_new (GIOStream *base_io_stream,
|
||||
GSocketConnectable *server_identity,
|
||||
GError **error);
|
||||
|
||||
|
Reference in New Issue
Block a user