From fabc18d551b95c29b1abdaaf6dd495e43fce2570 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 7 Jun 2010 15:20:28 -0400 Subject: [PATCH] Fixing some new GtkBuilder documentation --- gtk/gtkbuilder.c | 4 +++- gtk/gtkcontainer.c | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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 */