introspection: Annotate meta_window_get_rect()

g-ir-scanner assumes (transfer full) for boxeds, and doesn't
warn on missing annotations here.

https://bugzilla.gnome.org/show_bug.cgi?id=643194
This commit is contained in:
Jeff Olson 2011-02-26 09:39:57 -08:00 committed by Colin Walters
parent 9bc1521615
commit f75e96cd3c

View File

@ -9459,6 +9459,14 @@ meta_window_is_skip_taskbar (MetaWindow *window)
return window->skip_taskbar;
}
/**
* meta_window_get_rect:
* @window: a #MetaWindow
*
* Gets the rectangle that bounds @window, ignoring any window decorations.
*
* Return value: (transfer none): the #MetaRectangle for the window
*/
MetaRectangle *
meta_window_get_rect (MetaWindow *window)
{