mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
docs: Move the GTlsFileDatabase SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
74fbc75920
commit
850878dfaa
@ -30,25 +30,15 @@
|
|||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gtlsfiledatabase
|
* GTlsFileDatabase:
|
||||||
* @short_description: TLS file based database type
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* #GTlsFileDatabase is implemented by #GTlsDatabase objects which load
|
* `GTlsFileDatabase` is implemented by [class@Gio.TlsDatabase] objects which
|
||||||
* their certificate information from a file. It is an interface which
|
* load their certificate information from a file. It is an interface which
|
||||||
* TLS library specific subtypes implement.
|
* TLS library specific subtypes implement.
|
||||||
*
|
*
|
||||||
* Since: 2.30
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* GTlsFileDatabase:
|
|
||||||
*
|
|
||||||
* Implemented by a #GTlsDatabase which allows you to load certificates
|
|
||||||
* from a file.
|
|
||||||
*
|
|
||||||
* Since: 2.30
|
|
||||||
*/
|
|
||||||
G_DEFINE_INTERFACE (GTlsFileDatabase, g_tls_file_database, G_TYPE_TLS_DATABASE)
|
G_DEFINE_INTERFACE (GTlsFileDatabase, g_tls_file_database, G_TYPE_TLS_DATABASE)
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user