docs: Move the GTls*Connection SECTIONs

Move them to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall
2023-11-02 16:25:41 +00:00
parent a463a29522
commit 15ae12628d
3 changed files with 5 additions and 24 deletions

View File

@@ -30,12 +30,10 @@
#include "glibintl.h"
/**
* SECTION:gtlsserverconnection
* @short_description: TLS server-side connection
* @include: gio/gio.h
* GTlsServerConnection:
*
* #GTlsServerConnection is the server-side subclass of #GTlsConnection,
* representing a server-side TLS connection.
* `GTlsServerConnection` is the server-side subclass of
* [class@Gio.TlsConnection], representing a server-side TLS connection.
*
* Since: 2.28
*/