Adjust gtk_status_icon_position_menu() annotation to match GtkMenuPositionFunc again

https://bugzilla.gnome.org/show_bug.cgi?id=674537

https://bugzilla.gnome.org/show_bug.cgi?id=742940
This commit is contained in:
Christoph Reiter 2014-12-10 09:36:53 +01:00 committed by Matthias Clasen
parent 6113504495
commit 500bd60873

View File

@ -2179,8 +2179,8 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon)
/**
* gtk_status_icon_position_menu:
* @menu: the #GtkMenu
* @x: (out): return location for the x position
* @y: (out): return location for the y position
* @x: (inout): return location for the x position
* @y: (inout): return location for the y position
* @push_in: (out): whether the first menu item should be offset
* (pushed in) to be aligned with the menu popup position
* (only useful for GtkOptionMenu).