mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gtlsdatabase: document that implementations must be thread-safe
This commit is contained in:
parent
b84951eb6f
commit
27fca3474c
@ -39,6 +39,9 @@
|
||||
* from a certificate or key store. It is an abstract base class which
|
||||
* TLS library specific subtypes override.
|
||||
*
|
||||
* A #GTlsDatabase may be accessed from multiple threads by the TLS backend.
|
||||
* All implementations are required to be fully thread-safe.
|
||||
*
|
||||
* Most common client applications will not directly interact with
|
||||
* #GTlsDatabase. It is used internally by #GTlsConnection.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user