diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-05-26 09:41:21 -0700 |
---|---|---|
committer | Evan Nemerson <evan@nemerson.com> | 2014-05-27 21:10:33 -0700 |
commit | 07d825574f62ee9575d10a3fa3c60001c7ffddfb (patch) | |
tree | 9cdbf6737ebf11e35bc53507ff981cb93bc5e852 /gtk/gtkoverlay.c | |
parent | bda145b19f57bb2b8906fb8f1470b5a0fcd2b86e (diff) | |
download | gtk+-07d825574f62ee9575d10a3fa3c60001c7ffddfb.tar.gz |
gtk: add missing type annotations ported from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=730745
Diffstat (limited to 'gtk/gtkoverlay.c')
-rw-r--r-- | gtk/gtkoverlay.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index ce3f24fe1c..33d43361c9 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -559,7 +559,8 @@ gtk_overlay_class_init (GtkOverlayClass *klass) * GtkOverlay::get-child-position: * @overlay: the #GtkOverlay * @widget: the child widget to position - * @allocation: (out caller-allocates): return location for the allocation + * @allocation: (type Gdk.Rectangle) (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 |