mirror of
https://github.com/brl/mutter.git
synced 2025-02-23 16:34:10 +00:00
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:
|
* meta_window_get_all_monitors:
|
||||||
* @window: The #MetaWindow
|
* @window: The #MetaWindow
|
||||||
* @length: (out caller-allocates): gint holding the length, may be %NULL to
|
* @length: (out): gint holding the length, may be %NULL to ignore
|
||||||
* ignore
|
|
||||||
*
|
*
|
||||||
* Returns: (array length=length) (element-type gint) (transfer container):
|
* Returns: (array length=length) (element-type gint) (transfer container):
|
||||||
* List of the monitor indices the window is on.
|
* List of the monitor indices the window is on.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user