[glib/mcatanzaro/#2393: 216/216] gio: add missing Since tags in GTlsConnection/GDtlsConnection




commit 2cd187aa5ef144fff6e8a49b360f3c91b68471a1
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Mon Jun 21 09:31:17 2021 -0500

    gio: add missing Since tags in GTlsConnection/GDtlsConnection

 gio/gdtlsconnection.h | 6 +++---
 gio/gtlsconnection.h  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gio/gdtlsconnection.h b/gio/gdtlsconnection.h
index 5ec247f28..8a5ca2723 100644
--- a/gio/gdtlsconnection.h
+++ b/gio/gdtlsconnection.h
@@ -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.
  *
diff --git a/gio/gtlsconnection.h b/gio/gtlsconnection.h
index f46600a81..526eb60b5 100644
--- a/gio/gtlsconnection.h
+++ b/gio/gtlsconnection.h
@@ -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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]