summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-04-30 10:44:16 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2021-06-21 09:28:23 -0500
commit1ea88f46ff2d9f84c077b7756ad64e9802d82c8a (patch)
tree2575fced8a190f2270728e4e5315ce858466b4bb
parent09a4203b383533ffae6fee4e0e0938cedf655434 (diff)
downloadglib-1ea88f46ff2d9f84c077b7756ad64e9802d82c8a.tar.gz
gdtlsconnection: document get_binding_data vfunc
-rw-r--r--gio/gdtlsconnection.h3
1 files changed, 2 insertions, 1 deletions
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.
*