mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
docs: Fix documentation for 95d300eac5
This commit is contained in:
@@ -3622,6 +3622,7 @@ g_tls_client_connection_get_validation_flags
|
||||
g_tls_client_connection_set_use_ssl3
|
||||
g_tls_client_connection_get_use_ssl3
|
||||
g_tls_client_connection_get_accepted_cas
|
||||
g_tls_client_connection_copy_session_state
|
||||
<SUBSECTION Standard>
|
||||
G_IS_TLS_CLIENT_CONNECTION
|
||||
G_TLS_CLIENT_CONNECTION
|
||||
|
@@ -342,7 +342,7 @@ g_tls_client_connection_get_accepted_cas (GTlsClientConnection *conn)
|
||||
/**
|
||||
* g_tls_client_connection_copy_session_state:
|
||||
* @conn: a #GTlsClientConnection
|
||||
* @other: a #GTlsClientConnection
|
||||
* @source: a #GTlsClientConnection
|
||||
*
|
||||
* Copies session state from one connection to another. This is
|
||||
* not normally needed, but may be used when the same session
|
||||
|
@@ -37,6 +37,7 @@ typedef struct _GTlsClientConnectionInterface GTlsClientConnectionInterface;
|
||||
/**
|
||||
* GTlsClientConnectionInterface:
|
||||
* @g_iface: The parent interface.
|
||||
* @copy_session_state: Copies session state from one #GTlsClientConnection to another.
|
||||
*
|
||||
* vtable for a #GTlsClientConnection implementation.
|
||||
*
|
||||
|
Reference in New Issue
Block a user