projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b88b491
)
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
Matthias Clasen
<mclasen@redhat.com>
Mon, 5 Jun 2023 11:46:03 +0000
(07:46 -0400)
gtk/gtkoverlay.c
patch
|
blob
|
history
diff --git
a/gtk/gtkoverlay.c
b/gtk/gtkoverlay.c
index 4def628f1c1a69cabfc62e042a53b1a2883c60ad..94804cc075793fd31bc381f8b64e4f3227bbb0f8 100644
(file)
--- a/
gtk/gtkoverlay.c
+++ b/
gtk/gtkoverlay.c
@@
-314,6
+314,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,