summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2021-06-21 09:31:17 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2021-06-21 09:31:17 -0500
commit2cd187aa5ef144fff6e8a49b360f3c91b68471a1 (patch)
treefeaed9c40e95a3ccbc2d44080aa47913f026cdf1
parent1ea88f46ff2d9f84c077b7756ad64e9802d82c8a (diff)
downloadglib-2cd187aa5ef144fff6e8a49b360f3c91b68471a1.tar.gz
gio: add missing Since tags in GTlsConnection/GDtlsConnection
-rw-r--r--gio/gdtlsconnection.h6
-rw-r--r--gio/gtlsconnection.h4
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.
*