diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-09-01 13:14:14 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-09-01 13:14:14 -0500 |
commit | 6d1cb13c4f30b69fb55f546283545383a6b3f4a8 (patch) | |
tree | 78d345452a435af120fd687d7cccc783040476ae /docs/reference | |
parent | b660ffe161776db1bddee3c7212b1bd27cdd658c (diff) | |
download | glib-revert-channel-bindings.tar.gz |
Revert "Add g_(d)tls_connection_get_channel_binding_data calls and enums"revert-channel-bindings
This reverts commit 44524b9daa622058e3e55617b9b0d4c986e3b8b3.
We were not able to implement this API in glib-networking because it
wasn't released until glib 2.65.1, one day before freeze. We eventually
landed the implementation via the feature freeze break process, but
failed to notice that it introduced new strings. It's much too late to
be adding new translatable strings, so implementation will have to wait
until next release cycle, after the first glib 2.67 release.
https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/124
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gio/gio-sections-common.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/reference/gio/gio-sections-common.txt b/docs/reference/gio/gio-sections-common.txt index 39999c452..016b1f9e1 100644 --- a/docs/reference/gio/gio-sections-common.txt +++ b/docs/reference/gio/gio-sections-common.txt @@ -3652,20 +3652,15 @@ g_pollable_return_get_type <FILE>gtls</FILE> G_TLS_ERROR GTlsError -G_TLS_CHANNEL_BINDING_ERROR -GTlsChannelBindingError <SUBSECTION> GTlsAuthenticationMode GTlsCertificateFlags <SUBSECTION Standard> G_TYPE_TLS_AUTHENTICATION_MODE G_TYPE_TLS_CERTIFICATE_FLAGS -G_TYPE_TLS_CHANNEL_BINDING_ERROR G_TYPE_TLS_ERROR g_tls_authentication_mode_get_type g_tls_certificate_flags_get_type -g_tls_channel_binding_error_get_type -g_tls_channel_binding_error_quark g_tls_error_get_type </SECTION> @@ -3724,12 +3719,10 @@ g_tls_certificate_get_type <FILE>gtlsconnection</FILE> <TITLE>GTlsConnection</TITLE> GTlsConnection -GTlsChannelBindingType g_tls_connection_set_certificate g_tls_connection_get_certificate g_tls_connection_get_peer_certificate g_tls_connection_get_peer_certificate_errors -g_tls_connection_get_channel_binding_data g_tls_connection_set_require_close_notify g_tls_connection_get_require_close_notify GTlsRehandshakeMode @@ -3757,11 +3750,9 @@ G_IS_TLS_CONNECTION_CLASS G_TLS_CONNECTION G_TLS_CONNECTION_CLASS G_TLS_CONNECTION_GET_CLASS -G_TYPE_TLS_CHANNEL_BINDING_TYPE G_TYPE_TLS_CONNECTION G_TYPE_TLS_REHANDSHAKE_MODE <SUBSECTION Private> -g_tls_channel_binding_type_get_type g_tls_connection_get_type g_tls_rehandshake_mode_get_type </SECTION> @@ -3926,7 +3917,6 @@ g_dtls_connection_set_certificate g_dtls_connection_get_certificate g_dtls_connection_get_peer_certificate g_dtls_connection_get_peer_certificate_errors -g_dtls_connection_get_channel_binding_data g_dtls_connection_set_require_close_notify g_dtls_connection_get_require_close_notify g_dtls_connection_set_rehandshake_mode |