From: Daniel Boles Date: Fri, 12 May 2023 09:30:37 +0000 (+0100) Subject: Overlay: Add minimal doc blurb for property :child X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~273 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=52fa641dffba4277206580463003525b33bfa490;p=gtk4.git Overlay: Add minimal doc blurb for property :child --- diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index 6aed2e59f4..c38d548d5f 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -317,6 +317,11 @@ gtk_overlay_class_init (GtkOverlayClass *klass) klass->get_child_position = gtk_overlay_get_child_position; + /** + * GtkOverlay:child: (attributes org.gtk.Property.get=gtk_overlay_get_child org.gtk.Property.set=gtk_overlay_set_child) + * + * The main child widget. + */ g_object_class_install_property (object_class, PROP_CHILD, g_param_spec_object ("child", NULL, NULL,