From 111ce615177818c809d94284f53b1f2e92b4cfd7 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 3 Sep 2017 10:41:24 +0100 Subject: [PATCH] ToolItem: Add see-also from proxy setter to signal --- gtk/gtktoolitem.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index 9d145918f6..2df614fb8e 100644 --- a/gtk/gtktoolitem.c +++ b/gtk/gtktoolitem.c @@ -1356,6 +1356,8 @@ gtk_tool_item_rebuild_menu (GtkToolItem *tool_item) * Sets the #GtkMenuItem used in the toolbar overflow menu. The * @menu_item_id is used to identify the caller of this function and * should also be used with gtk_tool_item_get_proxy_menu_item(). + * + * See also #GtkToolItem::create-menu-proxy. * * Since: 2.4 **/ -- 2.30.2