summaryrefslogtreecommitdiff
path: root/gtk/gtkoverlay.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-08-01 15:34:59 +0200
committerTimm Bäder <mail@baedert.org>2020-08-01 15:34:59 +0200
commit65b79d258580e21085610cd0f89474346c9187c4 (patch)
tree519784bff5a2b9a626f8fcd5bb52b376eebd4e21 /gtk/gtkoverlay.c
parente976825342510f1c019589eef2fb63742ece44eb (diff)
downloadgtk+-65b79d258580e21085610cd0f89474346c9187c4.tar.gz
Avoid refering to old GtkContainer API in the docs
Diffstat (limited to 'gtk/gtkoverlay.c')
-rw-r--r--gtk/gtkoverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c
index c1c641f012..050b8fd7ac 100644
--- a/gtk/gtkoverlay.c
+++ b/gtk/gtkoverlay.c
@@ -420,7 +420,7 @@ gtk_overlay_new (void)
* Adds @widget to @overlay.
*
* The widget will be stacked on top of the main widget
- * added with gtk_container_add().
+ * added with gtk_overlay_set_child().
*
* The position at which @widget is placed is determined
* from its #GtkWidget:halign and #GtkWidget:valign properties.