summaryrefslogtreecommitdiff
path: root/gio/gtlsserverconnection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gtlsserverconnection.c')
-rw-r--r--gio/gtlsserverconnection.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gtlsserverconnection.c b/gio/gtlsserverconnection.c
index dc9db62bb..8702baaaf 100644
--- a/gio/gtlsserverconnection.c
+++ b/gio/gtlsserverconnection.c
@@ -55,9 +55,7 @@ g_tls_server_connection_default_init (GTlsServerConnectionInterface *iface)
* Since: 2.28
*/
g_object_interface_install_property (iface,
- g_param_spec_enum ("authentication-mode",
- P_("Authentication Mode"),
- P_("The client authentication mode"),
+ g_param_spec_enum ("authentication-mode", NULL, NULL,
G_TYPE_TLS_AUTHENTICATION_MODE,
G_TLS_AUTHENTICATION_NONE,
G_PARAM_READWRITE |