gio: add missing Since tags in GTlsConnection/GDtlsConnection

This commit is contained in:
Michael Catanzaro 2021-06-21 09:31:17 -05:00
parent 1ea88f46ff
commit 2cd187aa5e
2 changed files with 5 additions and 5 deletions

View File

@ -45,9 +45,9 @@ typedef struct _GDtlsConnectionInterface GDtlsConnectionInterface;
* @shutdown: Shut down one or both directions of the connection. * @shutdown: Shut down one or both directions of the connection.
* @shutdown_async: Start an asynchronous shutdown operation. * @shutdown_async: Start an asynchronous shutdown operation.
* @shutdown_finish: Finish an asynchronous shutdown operation. * @shutdown_finish: Finish an asynchronous shutdown operation.
* @set_advertised_protocols: Set APLN protocol list * @set_advertised_protocols: Set APLN protocol list (Since: 2.60)
* @get_negotiated_protocol: Get ALPN-negotiated protocol * @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.60)
* @get_binding_data: Retrieve TLS channel binding data * @get_binding_data: Retrieve TLS channel binding data (Since: 2.66)
* *
* Virtual method table for a #GDtlsConnection implementation. * Virtual method table for a #GDtlsConnection implementation.
* *

View File

@ -50,8 +50,8 @@ struct _GTlsConnection {
* @handshake: Perform a handshake operation. * @handshake: Perform a handshake operation.
* @handshake_async: Start an asynchronous handshake operation. * @handshake_async: Start an asynchronous handshake operation.
* @handshake_finish: Finish an asynchronous handshake operation. * @handshake_finish: Finish an asynchronous handshake operation.
* @get_binding_data: Retrieve TLS channel binding data * @get_binding_data: Retrieve TLS channel binding data (Since: 2.66)
* @get_negotiated_protocol: Get ALPN-negotiated protocol * @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.70)
* *
* The class structure for the #GTlsConnection type. * The class structure for the #GTlsConnection type.
* *