menu: add missing (scope async) annotation to gtk_menu_popup()

Or the g-i scanner will emit a warning.

https://bugzilla.gnome.org/show_bug.cgi?id=677127
This commit is contained in:
Cosimo Cecchi 2012-05-30 17:30:08 -04:00
parent 8ff9770c7f
commit 66a2870bfd

View File

@ -1719,7 +1719,7 @@ gtk_menu_popup_for_device (GtkMenu *menu,
* triggering menu item, or %NULL
* @parent_menu_item: (allow-none): the menu item whose activation
* triggered the popup, or %NULL
* @func: (allow-none): a user supplied function used to position
* @func: (scope async) (allow-none): a user supplied function used to position
* the menu, or %NULL
* @data: user supplied data to be passed to @func.
* @button: the mouse button which was pressed to initiate the event.