diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-05-08 01:47:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-11 22:21:39 -0400 |
commit | 7af15ae277bf5bd1303bc1bd0761a79ec42ad4e3 (patch) | |
tree | 69f81d1e4013ace408d5f41f3994994a9fc9e4a4 /gtk/gtkbuildable.h | |
parent | 001d62381a4c9a73cedcd391dad49b23ce67517b (diff) | |
download | gtk+-7af15ae277bf5bd1303bc1bd0761a79ec42ad4e3.tar.gz |
buildable: Cosmetics
Don't refer to GtkContainer in the docs.
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r-- | gtk/gtkbuildable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index 7808f0445d..1dc1b08171 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -83,8 +83,8 @@ struct _GtkBuildableParser * @get_name: The getter corresponding to @set_name. Implement this * if you implement @set_name. * @add_child: Adds a child. The @type parameter can be used to - * differentiate the kind of child. #GtkContainer implements this - * to add add a child widget to the container, #GtkNotebook uses + * differentiate the kind of child. #GtkWidget implements this + * to add event controllers to the widget, #GtkNotebook uses * the @type to distinguish between page labels (of type "page-label") * and normal children. * @set_buildable_property: Sets a property of a buildable object. |