summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-11-27 00:37:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-11-27 00:37:03 -0500
commit13d5d37bc77f78e5a961adce3f2ccc654c5d9658 (patch)
tree8a73fb491e628d0030c010c18e8dbfb503338b84 /gtk/gtktoolitem.c
parent104ee307c2eb4a78860eb561e4f98514e0f1cd73 (diff)
downloadgtk+-13d5d37bc77f78e5a961adce3f2ccc654c5d9658.tar.gz
Fix a doc comment
Diffstat (limited to 'gtk/gtktoolitem.c')
-rw-r--r--gtk/gtktoolitem.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 8f7406a9a9..b1eeaa4009 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -1383,20 +1383,19 @@ gtk_tool_item_get_proxy_menu_item (GtkToolItem *tool_item,
}
/**
- * gtk_tool_item_rebuild_menu()
+ * gtk_tool_item_rebuild_menu:
* @tool_item: a #GtkToolItem
- *
+ *
* Calling this function signals to the toolbar that the
* overflow menu item for @tool_item has changed. If the
* overflow menu is visible when this function it called,
* the menu will be rebuilt.
*
- * The function must be called when the tool item
- * changes what it will do in response to the "create_menu_proxy"
- * signal.
- *
+ * The function must be called when the tool item changes what it
+ * will do in response to the #GtkToolItem::create-menu-proxy signal.
+ *
* Since: 2.6
- **/
+ */
void
gtk_tool_item_rebuild_menu (GtkToolItem *tool_item)
{