mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
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:
parent
45a815ae6d
commit
a463a29522
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user