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:
Michael Catanzaro 2019-11-14 11:42:18 -06:00
parent 7b3824fa62
commit 8f88783a7f

View File

@ -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:
*