mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gtlsdatabase: remove stray "Since: 2.70"
This feature has been reverted for now because I messed up the implementation and it was doing sync I/O during async API calls. Oops! Since it's not present in 2.70 nor in 2.72, let's remove the reference to the exact GLib version that this behavior was introduced in. I'd like to get it working properly for 2.74, but it's not ready yet and just changing the version to 2.74 feels optimistic.
This commit is contained in:
parent
6d8045ddb4
commit
3b3d56a45c
@ -517,8 +517,8 @@ g_tls_database_class_init (GTlsDatabaseClass *klass)
|
||||
* handle the verification.
|
||||
*
|
||||
* The TLS backend may attempt to look up and add missing certificates
|
||||
* to the chain. Since GLib 2.70, this may involve HTTP requests to
|
||||
* download missing certificates.
|
||||
* to the chain. This may involve HTTP requests to download missing
|
||||
* certificates.
|
||||
*
|
||||
* This function can block. Use g_tls_database_verify_chain_async() to
|
||||
* perform the verification operation asynchronously.
|
||||
|
Loading…
Reference in New Issue
Block a user