mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
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:
parent
8ff9770c7f
commit
66a2870bfd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user