mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01: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:
parent
7b3824fa62
commit
8f88783a7f
@ -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:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user