GtkMenuPositionFunc: Correct annotations

x and y are inout, not just out.

https://bugzilla.gnome.org/show_bug.cgi?id=674537
This commit is contained in:
Matthias Clasen
2014-12-09 22:56:19 -05:00
parent b49c7c3421
commit 8463d0ee62
2 changed files with 7 additions and 2 deletions

View File

@ -66,9 +66,9 @@ typedef enum
/**
* GtkMenuPositionFunc:
* @menu: a #GtkMenu.
* @x: (out): address of the #gint representing the horizontal
* @x: (inout): address of the #gint representing the horizontal
* position where the menu shall be drawn.
* @y: (out): address of the #gint representing the vertical position
* @y: (inout): address of the #gint representing the vertical position
* where the menu shall be drawn. This is an output parameter.
* @push_in: (out): This parameter controls how menus placed outside
* the monitor are handled. If this is set to %TRUE and part of