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
@@ -2439,9 +2439,7 @@ g_task_class_init (GTaskClass *klass)
|
||||
* Since: 2.44
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_COMPLETED,
|
||||
g_param_spec_boolean ("completed",
|
||||
P_("Task completed"),
|
||||
P_("Whether the task has completed yet"),
|
||||
g_param_spec_boolean ("completed", NULL, NULL,
|
||||
FALSE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
if (G_UNLIKELY (task_pool_max_counter == 0))
|
||||
|
Reference in New Issue
Block a user