MetaWindow: fix annotation
caller-allocates makes sense only for structure, and gjs will complain if used on anything else https://bugzilla.gnome.org/show_bug.cgi?id=694801
This commit is contained in:
parent
832b7f9431
commit
e6d5e98c9d
@ -3650,8 +3650,7 @@ meta_window_is_fullscreen (MetaWindow *window)
|
||||
/**
|
||||
* meta_window_get_all_monitors:
|
||||
* @window: The #MetaWindow
|
||||
* @length: (out caller-allocates): gint holding the length, may be %NULL to
|
||||
* ignore
|
||||
* @length: (out): gint holding the length, may be %NULL to ignore
|
||||
*
|
||||
* Returns: (array length=length) (element-type gint) (transfer container):
|
||||
* List of the monitor indices the window is on.
|
||||
|
Loading…
Reference in New Issue
Block a user