Method
GioTlsBackendset_default_database
Declaration
void
g_tls_backend_set_default_database (
GTlsBackend* backend,
GTlsDatabase* database
)
Description
Set the default GTlsDatabase
used to verify TLS connections
Any subsequent call to g_tls_backend_get_default_database()
will return
the database set in this call. Existing databases and connections are not modified.
Setting a NULL
default database will reset to using the system default
database as if g_tls_backend_set_default_database()
had never been called.
Available since: | 2.60 |
Parameters
database |
GTlsDatabase |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |