From 1ea88f46ff2d9f84c077b7756ad64e9802d82c8a Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 30 Apr 2021 10:44:16 -0500 Subject: [PATCH] gdtlsconnection: document get_binding_data vfunc --- gio/gdtlsconnection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gio/gdtlsconnection.h b/gio/gdtlsconnection.h index 45a16f50a..5ec247f28 100644 --- a/gio/gdtlsconnection.h +++ b/gio/gdtlsconnection.h @@ -46,7 +46,8 @@ typedef struct _GDtlsConnectionInterface GDtlsConnectionInterface; * @shutdown_async: Start an asynchronous shutdown operation. * @shutdown_finish: Finish an asynchronous shutdown operation. * @set_advertised_protocols: Set APLN protocol list - * @get_negotiated_protocol: Retrieve ALPN-negotiated protocol + * @get_negotiated_protocol: Get ALPN-negotiated protocol + * @get_binding_data: Retrieve TLS channel binding data * * Virtual method table for a #GDtlsConnection implementation. *