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:
Giovanni Campagna 2013-02-27 17:50:48 +01:00
parent 832b7f9431
commit e6d5e98c9d

View File

@ -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.