mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +01:00
docs: Move the GTlsConnection SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
2abbaac589
commit
8af86abefb
@ -33,26 +33,16 @@
|
|||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
#include "gmarshal-internal.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:
|
* GTlsConnection:
|
||||||
*
|
*
|
||||||
* Abstract base class for the backend-specific #GTlsClientConnection
|
* `GTlsConnection` is the base TLS connection class type, which wraps
|
||||||
* and #GTlsServerConnection types.
|
* 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
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user