mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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:
parent
9bc1521615
commit
f75e96cd3c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user