mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
gtlsconnection: add missing G_PARAM_DEPRECATED
The use-system-certdb function has been deprecated since 2.30 and is just missing the deprecation flag to warn developers.
This commit is contained in:
@@ -139,7 +139,8 @@ g_tls_connection_class_init (GTlsConnectionClass *klass)
|
||||
TRUE,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
G_PARAM_STATIC_STRINGS |
|
||||
G_PARAM_DEPRECATED));
|
||||
/**
|
||||
* GTlsConnection:database:
|
||||
*
|
||||
|
Reference in New Issue
Block a user