mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 13:23:31 +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
@@ -66,9 +66,7 @@ g_debug_controller_default_init (GDebugControllerInterface *iface)
|
||||
* Since: 2.72
|
||||
*/
|
||||
g_object_interface_install_property (iface,
|
||||
g_param_spec_boolean ("debug-enabled",
|
||||
"Debug Enabled",
|
||||
"Whether to expose debug output",
|
||||
g_param_spec_boolean ("debug-enabled", NULL, NULL,
|
||||
FALSE,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS |
|
||||
|
Reference in New Issue
Block a user