window: Fix get_icon_geometry() annotation
gjs has had support for (out) parameters for quite some time now ... https://bugzilla.gnome.org/show_bug.cgi?id=692997
This commit is contained in:
parent
a2d54bb2ab
commit
c388ccf477
@ -7144,13 +7144,10 @@ send_configure_notify (MetaWindow *window)
|
|||||||
meta_error_trap_pop (window->display);
|
meta_error_trap_pop (window->display);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: @rect should be marked (out), but gjs doesn't currently support
|
|
||||||
* this. See also http://bugzilla.gnome.org/show_bug.cgi?id=573314
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* meta_window_get_icon_geometry:
|
* meta_window_get_icon_geometry:
|
||||||
* @window: a #MetaWindow
|
* @window: a #MetaWindow
|
||||||
* @rect: rectangle into which to store the returned geometry.
|
* @rect: (out): rectangle into which to store the returned geometry.
|
||||||
*
|
*
|
||||||
* Gets the location of the icon corresponding to the window. The location
|
* Gets the location of the icon corresponding to the window. The location
|
||||||
* will be provided set by the task bar or other user interface element
|
* will be provided set by the task bar or other user interface element
|
||||||
|
Loading…
Reference in New Issue
Block a user