summaryrefslogtreecommitdiff
path: root/gio/gsocketclient.h
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2021-08-04 15:20:41 -0500
committerPhilip Withnall <pwithnall@endlessos.org>2021-11-16 15:21:22 +0000
commitd1e9e0c094a28972df725e3bb07b28e4dd7fb390 (patch)
treeca879d433973104d500eab4f365caddd1e228994 /gio/gsocketclient.h
parent38de97c14804f41597a2be1f662f74c951040d90 (diff)
downloadglib-d1e9e0c094a28972df725e3bb07b28e4dd7fb390.tar.gz
gsocketclient: deprecate tls-validation-flags property
It doesn't work as expected, and you shouldn't be trying to use it anyway.
Diffstat (limited to 'gio/gsocketclient.h')
-rw-r--r--gio/gsocketclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gsocketclient.h b/gio/gsocketclient.h
index f0153450d..8f86ce89f 100644
--- a/gio/gsocketclient.h
+++ b/gio/gsocketclient.h
@@ -110,9 +110,9 @@ gboolean g_socket_client_get_tls (GSocket
GLIB_AVAILABLE_IN_2_28
void g_socket_client_set_tls (GSocketClient *client,
gboolean tls);
-GLIB_AVAILABLE_IN_2_28
+GLIB_DEPRECATED_IN_2_72
GTlsCertificateFlags g_socket_client_get_tls_validation_flags (GSocketClient *client);
-GLIB_AVAILABLE_IN_2_28
+GLIB_DEPRECATED_IN_2_72
void g_socket_client_set_tls_validation_flags (GSocketClient *client,
GTlsCertificateFlags flags);
GLIB_AVAILABLE_IN_2_36