projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dc04d3
)
Overlay: Add minimal doc blurb for property :child
author
Daniel Boles
<dboles.src@gmail.com>
Fri, 12 May 2023 09:30:37 +0000
(10:30 +0100)
committer
Daniel Boles
<dboles.src@gmail.com>
Fri, 12 May 2023 09:30:37 +0000
(10:30 +0100)
gtk/gtkoverlay.c
patch
|
blob
|
history
diff --git
a/gtk/gtkoverlay.c
b/gtk/gtkoverlay.c
index 6aed2e59f474f7e38064c0e8e489449229a1ea99..c38d548d5f784e13921256f34480a235dae17c3d 100644
(file)
--- 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,