docs: Move the GTlsCertificate SECTION

Move it 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:24:34 +00:00
parent 45a815ae6d
commit a463a29522

View File

@ -29,25 +29,13 @@
#include "glibintl.h" #include "glibintl.h"
/** /**
* SECTION:gtlscertificate * GTlsCertificate:
* @title: GTlsCertificate
* @short_description: TLS certificate
* @include: gio/gio.h
* @see_also: #GTlsConnection
* *
* A certificate used for TLS authentication and encryption. * A certificate used for TLS authentication and encryption.
* This can represent either a certificate only (eg, the certificate * This can represent either a certificate only (eg, the certificate
* received by a client from a server), or the combination of * received by a client from a server), or the combination of
* a certificate and a private key (which is needed when acting as a * a certificate and a private key (which is needed when acting as a
* #GTlsServerConnection). * [iface@Gio.TlsServerConnection]).
*
* Since: 2.28
*/
/**
* GTlsCertificate:
*
* Abstract base class for TLS certificate types.
* *
* Since: 2.28 * Since: 2.28
*/ */