diff options
author | Ignacio Casal Quinteiro <icq@gnome.org> | 2012-09-16 19:02:20 +0200 |
---|---|---|
committer | Ignacio Casal Quinteiro <icq@gnome.org> | 2012-09-16 19:03:14 +0200 |
commit | f981fb08b3e2f748be8858343ce28c26061f9b96 (patch) | |
tree | d5174f8ff09d0beb6e77f3266ac836d655b76b90 /gtk/gtkoverlay.c | |
parent | 1187d8fbae11799650e1b799b5aa31330fdc72c9 (diff) | |
download | gtk+-f981fb08b3e2f748be8858343ce28c26061f9b96.tar.gz |
gtkoverlay: fix get-child-position annotation
Diffstat (limited to 'gtk/gtkoverlay.c')
-rw-r--r-- | gtk/gtkoverlay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index d22ac88dfd..2d94579c1f 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -602,7 +602,7 @@ gtk_overlay_class_init (GtkOverlayClass *klass) * GtkOverlay::get-child-position: * @overlay: the #GtkOverlay * @widget: the child widget to position - * @allocation: (out): return location for the allocation + * @allocation: (out caller-allocates): return location for the allocation * * The ::get-child-position signal is emitted to determine * the position and size of any overlay child widgets. A |