From 8af86abefbe23e0eb718afe27d0128a11ee5a5a5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 14 Nov 2023 14:19:33 +0000 Subject: [PATCH] docs: Move the GTlsConnection SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gtlsconnection.c | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/gio/gtlsconnection.c b/gio/gtlsconnection.c index 95b4bc8f7..40215ce47 100644 --- a/gio/gtlsconnection.c +++ b/gio/gtlsconnection.c @@ -33,26 +33,16 @@ #include "glibintl.h" #include "gmarshal-internal.h" -/** - * SECTION:gtlsconnection - * @short_description: TLS connection type - * @include: gio/gio.h - * - * #GTlsConnection is the base TLS connection class type, which wraps - * a #GIOStream and provides TLS encryption on top of it. Its - * subclasses, #GTlsClientConnection and #GTlsServerConnection, - * implement client-side and server-side TLS, respectively. - * - * For DTLS (Datagram TLS) support, see #GDtlsConnection. - * - * Since: 2.28 - */ - /** * GTlsConnection: * - * Abstract base class for the backend-specific #GTlsClientConnection - * and #GTlsServerConnection types. + * `GTlsConnection` is the base TLS connection class type, which wraps + * a [class@Gio.IOStream] and provides TLS encryption on top of it. Its + * subclasses, [iface@Gio.TlsClientConnection] and + * [iface@Gio.TlsServerConnection], implement client-side and server-side TLS, + * respectively. + * + * For DTLS (Datagram TLS) support, see [iface@Gio.DtlsConnection]. * * Since: 2.28 */