Method
GioTlsBackendget_default_database
since: 2.30
Declaration [src]
GTlsDatabase*
g_tls_backend_get_default_database (
GTlsBackend* backend
)
Description [src]
Gets the default GTlsDatabase
used to verify TLS connections.
Available since: 2.30
Return value
Type: GTlsDatabase
The default database, which should be unreffed when done.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |