mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gio: add missing Since tags in GTlsConnection/GDtlsConnection
This commit is contained in:
parent
1ea88f46ff
commit
2cd187aa5e
@ -45,9 +45,9 @@ typedef struct _GDtlsConnectionInterface GDtlsConnectionInterface;
|
||||
* @shutdown: Shut down one or both directions of the connection.
|
||||
* @shutdown_async: Start an asynchronous shutdown operation.
|
||||
* @shutdown_finish: Finish an asynchronous shutdown operation.
|
||||
* @set_advertised_protocols: Set APLN protocol list
|
||||
* @get_negotiated_protocol: Get ALPN-negotiated protocol
|
||||
* @get_binding_data: Retrieve TLS channel binding data
|
||||
* @set_advertised_protocols: Set APLN protocol list (Since: 2.60)
|
||||
* @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.60)
|
||||
* @get_binding_data: Retrieve TLS channel binding data (Since: 2.66)
|
||||
*
|
||||
* Virtual method table for a #GDtlsConnection implementation.
|
||||
*
|
||||
|
@ -50,8 +50,8 @@ struct _GTlsConnection {
|
||||
* @handshake: Perform a handshake operation.
|
||||
* @handshake_async: Start an asynchronous handshake operation.
|
||||
* @handshake_finish: Finish an asynchronous handshake operation.
|
||||
* @get_binding_data: Retrieve TLS channel binding data
|
||||
* @get_negotiated_protocol: Get ALPN-negotiated protocol
|
||||
* @get_binding_data: Retrieve TLS channel binding data (Since: 2.66)
|
||||
* @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.70)
|
||||
*
|
||||
* The class structure for the #GTlsConnection type.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user