From 2fb1c064020c5db189285b1d5e8b8dcea8e9d09b Mon Sep 17 00:00:00 2001 From: Pavel Holejsovsky Date: Tue, 18 Jan 2011 10:10:30 +0100 Subject: [GI] Add missing (out) and (array) annotations --- gtk/gtklayout.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gtk/gtklayout.c') diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c index 3cb0a8295d..f9ac989e9a 100644 --- a/gtk/gtklayout.c +++ b/gtk/gtklayout.c @@ -582,8 +582,10 @@ gtk_layout_set_size (GtkLayout *layout, /** * gtk_layout_get_size: * @layout: a #GtkLayout - * @width: (allow-none): location to store the width set on @layout, or %NULL - * @height: (allow-none): location to store the height set on @layout, or %NULL + * @width: (out) (allow-none): location to store the width set on + * @layout, or %NULL + * @height: (out) (allow-none): location to store the height set on + * @layout, or %NULL * * Gets the size that has been set on the layout, and that determines * the total extents of the layout's scrollbar area. See -- cgit v1.2.1