mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
[annotations] Add allow-none for gtk_menu_popup
This commit is contained in:
parent
fe85272112
commit
592fd7a93b
@ -1400,7 +1400,7 @@ popup_grab_on_window (GdkWindow *window,
|
||||
* @parent_menu_shell: (allow-none): the menu shell containing the 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 the menu, or %NULL
|
||||
* @data: user supplied data to be passed to @func.
|
||||
* @data: (allow-none): user supplied data to be passed to @func.
|
||||
* @button: the mouse button which was pressed to initiate the event.
|
||||
* @activate_time: the time at which the activation event occurred.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user