]> Pileus Git - ~andy/gtk/commitdiff
[annotations] Add allow-none for gtk_menu_popup
authorJohan Dahlin <johan@gnome.org>
Fri, 19 Feb 2010 20:52:19 +0000 (18:52 -0200)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:16 +0000 (20:56 -0400)
gtk/gtkmenu.c

index 2f04718b1625ef670e1f6c7a51612e3a0c1d765d..bbbe4c0727b66600a219c2b4e2dea7449e9bad84 100644 (file)
@@ -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.
  *