mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
docs: Move the GTlsDatabase SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
15ae12628d
commit
78411d0975
@ -33,27 +33,17 @@
|
|||||||
#include "gtlsinteraction.h"
|
#include "gtlsinteraction.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gtlsdatabase
|
* GTlsDatabase:
|
||||||
* @short_description: TLS database type
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* #GTlsDatabase is used to look up certificates and other information
|
* `GTlsDatabase` is used to look up certificates and other information
|
||||||
* from a certificate or key store. It is an abstract base class which
|
* from a certificate or key store. It is an abstract base class which
|
||||||
* TLS library specific subtypes override.
|
* TLS library specific subtypes override.
|
||||||
*
|
*
|
||||||
* A #GTlsDatabase may be accessed from multiple threads by the TLS backend.
|
* A `GTlsDatabase` may be accessed from multiple threads by the TLS backend.
|
||||||
* All implementations are required to be fully thread-safe.
|
* All implementations are required to be fully thread-safe.
|
||||||
*
|
*
|
||||||
* Most common client applications will not directly interact with
|
* Most common client applications will not directly interact with
|
||||||
* #GTlsDatabase. It is used internally by #GTlsConnection.
|
* `GTlsDatabase`. It is used internally by [class@Gio.TlsConnection].
|
||||||
*
|
|
||||||
* Since: 2.30
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* GTlsDatabase:
|
|
||||||
*
|
|
||||||
* Abstract base class for the backend-specific database types.
|
|
||||||
*
|
*
|
||||||
* Since: 2.30
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user