summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-30 17:30:08 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-06-25 14:49:11 -0400
commit66a2870bfd947d5af1aa3da7ea1e1b1549e00729 (patch)
tree9422545d99c5b2929472070d40ddc2c32c67f1e1
parent8ff9770c7f2e93c4d56f5d33c8c6535bb60ea74c (diff)
downloadgtk+-66a2870bfd947d5af1aa3da7ea1e1b1549e00729.tar.gz
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
-rw-r--r--gtk/gtkmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
index ed4c5203e4..fb995aac45 100644
--- a/gtk/gtkmenu.c
+++ b/gtk/gtkmenu.c
@@ -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.