Merge branch 'stack-page-name' into 'master'

stack: GtkStackPage:name is not construct-only

Closes #4109

See merge request GNOME/gtk!3778
This commit is contained in:
Matthias Clasen 2021-07-23 14:25:29 +00:00
commit e51fdc1c9b

View File

@ -428,7 +428,7 @@ gtk_stack_page_class_init (GtkStackPageClass *class)
P_("Name"),
P_("The name of the child page"),
NULL,
GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
GTK_PARAM_READWRITE);
/**
* GtkStackPage:title: (attributes org.gtk.Property.get=gtk_stack_page_get_title org.gtk.Property.set=gtk_stack_page_set_title)