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"
|
||||
|
||||
/**
|
||||
* SECTION:gtlsfiledatabase
|
||||
* @short_description: TLS file based database type
|
||||
* @include: gio/gio.h
|
||||
* GTlsFileDatabase:
|
||||
*
|
||||
* #GTlsFileDatabase is implemented by #GTlsDatabase objects which load
|
||||
* their certificate information from a file. It is an interface which
|
||||
* `GTlsFileDatabase` is implemented by [class@Gio.TlsDatabase] objects which
|
||||
* load their certificate information from a file. It is an interface which
|
||||
* TLS library specific subtypes implement.
|
||||
*
|
||||
* 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)
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user