diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 150feefd56..6e80d6c7ea 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -81,12 +81,14 @@ * + * context #IMPLIED + * external-object #IMPLIED > * * diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index d28d8ca699..f652af9842 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -2983,12 +2983,13 @@ gtk_param_composite_get_type (void) * * See g_param_spec_internal() for details on property names. * - * Composite child properties must all be writable a rule. - * Dynamic widget contents should generally not be advertized as a composite children, + * Composite child properties must all be writable a rule but can be private + * if they are declared without the readable flag. + * Dynamic widget contents should generally not be advertized as composite children * although at times they can be writable for the purpose of being overridden by a * third party. Such dynamic composite children should not be refferred to by child * UIs that extend a widget, but can be mentioned in templates which include a widget - * and override it's child + * and override it's child. * * Returns: a newly created parameter specification */