From c388ccf477d7171e121be7cfb7ea47fd8f19b048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 20 Jan 2013 21:35:32 +0100 Subject: [PATCH] window: Fix get_icon_geometry() annotation gjs has had support for (out) parameters for quite some time now ... https://bugzilla.gnome.org/show_bug.cgi?id=692997 --- src/core/window.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core/window.c b/src/core/window.c index 83255e06d..253ce405d 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -7144,13 +7144,10 @@ send_configure_notify (MetaWindow *window) meta_error_trap_pop (window->display); } -/* FIXME: @rect should be marked (out), but gjs doesn't currently support - * this. See also http://bugzilla.gnome.org/show_bug.cgi?id=573314 - */ /** * meta_window_get_icon_geometry: * @window: a #MetaWindow - * @rect: rectangle into which to store the returned geometry. + * @rect: (out): rectangle into which to store the returned geometry. * * Gets the location of the icon corresponding to the window. The location * will be provided set by the task bar or other user interface element