mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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
@@ -136,9 +136,7 @@ g_tcp_connection_class_init (GTcpConnectionClass *class)
|
||||
* Since: 2.22
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_GRACEFUL_DISCONNECT,
|
||||
g_param_spec_boolean ("graceful-disconnect",
|
||||
P_("Graceful Disconnect"),
|
||||
P_("Whether or not close does a graceful disconnect"),
|
||||
g_param_spec_boolean ("graceful-disconnect", NULL, NULL,
|
||||
FALSE,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
|
Reference in New Issue
Block a user