mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Remove all nicks and blurbs from param specs
Nicks and blurbs don't have any practical use for gio/gobject libraries. Leaving tests untouched since this features is still used by other libraries. Closes #2991
This commit is contained in:
committed by
Philip Withnall
parent
f3aebf0c15
commit
0d268c4825
@@ -53,9 +53,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 |
|
||||
|
Reference in New Issue
Block a user