mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 04:45:48 +01:00
gtlsconnection: add missing deprecation annotation
GTlsConnection:rehandshake-mode has been deprecated since 2.60 using the G_PARAM_DEPRECATED flag, but I forgot to add the right annotation to the documentation. Oops. The associated getter/setter functions were both deprecated properly.
This commit is contained in:
parent
79999c8723
commit
7b3824fa62
@ -195,6 +195,8 @@ g_tls_connection_class_init (GTlsConnectionClass *klass)
|
|||||||
* g_tls_connection_set_rehandshake_mode().
|
* g_tls_connection_set_rehandshake_mode().
|
||||||
*
|
*
|
||||||
* Since: 2.28
|
* Since: 2.28
|
||||||
|
*
|
||||||
|
* Deprecated: 2.60: The rehandshake mode is ignored.
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_REHANDSHAKE_MODE,
|
g_object_class_install_property (gobject_class, PROP_REHANDSHAKE_MODE,
|
||||||
g_param_spec_enum ("rehandshake-mode",
|
g_param_spec_enum ("rehandshake-mode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user