diff options
author | Paolo Borelli <pborelli@gnome.org> | 2012-02-29 19:40:41 +0100 |
---|---|---|
committer | Paolo Borelli <pborelli@gnome.org> | 2012-03-02 18:58:03 +0100 |
commit | 1a75eff9a9554f998395d121c89499471308bfd1 (patch) | |
tree | 6a9ccc0c3525394b13817fab31ff3bc9208f320f | |
parent | e24fd5f463c0f11608186335b9a5c53595d354f0 (diff) | |
download | gtk+-1a75eff9a9554f998395d121c89499471308bfd1.tar.gz |
Annotate gdk_window_get_frame_extents
"rect" is an output parameter
-rw-r--r-- | gdk/gdkwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 7ddf5c45bd..33887526c6 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -10434,7 +10434,7 @@ gdk_window_get_root_origin (GdkWindow *window, /** * gdk_window_get_frame_extents: * @window: a toplevel #GdkWindow - * @rect: rectangle to fill with bounding box of the window frame + * @rect: (out): rectangle to fill with bounding box of the window frame * * Obtains the bounding box of the window, including window manager * titlebar/borders if any. The frame position is given in root window |