mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
docs: Move the GDtlsConnection SECTIONs
Move them to the struct docs, for all DTLS classes. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
@@ -31,26 +31,14 @@
|
||||
#include "gtlscertificate.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION:gdtlsclientconnection
|
||||
* @short_description: DTLS client-side connection
|
||||
* @include: gio/gio.h
|
||||
*
|
||||
* #GDtlsClientConnection is the client-side subclass of
|
||||
* #GDtlsConnection, representing a client-side DTLS connection.
|
||||
*
|
||||
* Since: 2.48
|
||||
*/
|
||||
|
||||
/**
|
||||
* GDtlsClientConnection:
|
||||
*
|
||||
* Abstract base class for the backend-specific client connection
|
||||
* type.
|
||||
* `GDtlsClientConnection` is the client-side subclass of
|
||||
* [iface@Gio.DtlsConnection], representing a client-side DTLS connection.
|
||||
*
|
||||
* Since: 2.48
|
||||
*/
|
||||
|
||||
G_DEFINE_INTERFACE (GDtlsClientConnection, g_dtls_client_connection,
|
||||
G_TYPE_DTLS_CONNECTION)
|
||||
|
||||
|
Reference in New Issue
Block a user