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:
Philip Withnall 2023-10-25 15:09:00 +01:00
parent 74fbc75920
commit 850878dfaa

View File

@ -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