From: Daniel Boles Date: Wed, 20 Sep 2017 22:53:54 +0000 (+0100) Subject: ToolItem: Fix nullable annotation put on wrong arg X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~158 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e9570e6084ff807247a1f49ee557bc73205f0101;p=gtk%2B3.0.git ToolItem: Fix nullable annotation put on wrong arg D’oh --- diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index 2df614fb8e..cb226b8936 100644 --- a/gtk/gtktoolitem.c +++ b/gtk/gtktoolitem.c @@ -1349,9 +1349,9 @@ gtk_tool_item_rebuild_menu (GtkToolItem *tool_item) /** * gtk_tool_item_set_proxy_menu_item: - * @tool_item: (nullable): a #GtkToolItem + * @tool_item: a #GtkToolItem * @menu_item_id: a string used to identify @menu_item - * @menu_item: a #GtkMenuItem to be used in the overflow menu + * @menu_item: (nullable): a #GtkMenuItem to use in the overflow menu, or %NULL * * Sets the #GtkMenuItem used in the toolbar overflow menu. The * @menu_item_id is used to identify the caller of this function and