summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2023-05-12 10:30:37 +0100
committerDaniel Boles <dboles.src@gmail.com>2023-05-12 10:30:37 +0100
commit52fa641dffba4277206580463003525b33bfa490 (patch)
tree549dfb4a7c176d2af86e73944dcb46302014c1fa /gtk
parent8dc04d3fc8965dc6e19e36c96c87fcd3fcc257f2 (diff)
downloadgtk+-52fa641dffba4277206580463003525b33bfa490.tar.gz
Overlay: Add minimal doc blurb for property :child
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkoverlay.c5
1 files changed, 5 insertions, 0 deletions
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,