diff options
author | Johan Dahlin <johan@gnome.org> | 2010-02-19 18:52:19 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-02-19 18:52:19 -0200 |
commit | 592fd7a93b223767e68fda634f9578108f0152ec (patch) | |
tree | 031bcf157722aa15d5c5f64b13487657eb580ead /gtk/gtkmenu.c | |
parent | fe852721123fb7dc5749c690613ca6e209363e2f (diff) | |
download | gtk+-592fd7a93b223767e68fda634f9578108f0152ec.tar.gz |
[annotations] Add allow-none for gtk_menu_popup
Diffstat (limited to 'gtk/gtkmenu.c')
-rw-r--r-- | gtk/gtkmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index 2f04718b16..bbbe4c0727 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -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. * |