mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26: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"
|
||||
|
||||
/**
|
||||
* SECTION:gtlsdatabase
|
||||
* @short_description: TLS database type
|
||||
* @include: gio/gio.h
|
||||
* GTlsDatabase:
|
||||
*
|
||||
* #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
|
||||
* 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.
|
||||
*
|
||||
* Most common client applications will not directly interact with
|
||||
* #GTlsDatabase. It is used internally by #GTlsConnection.
|
||||
*
|
||||
* Since: 2.30
|
||||
*/
|
||||
|
||||
/**
|
||||
* GTlsDatabase:
|
||||
*
|
||||
* Abstract base class for the backend-specific database types.
|
||||
* `GTlsDatabase`. It is used internally by [class@Gio.TlsConnection].
|
||||
*
|
||||
* Since: 2.30
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user