summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.h
diff options
context:
space:
mode:
authorMathias Hasselmann <hasselmm@src.gnome.org>2008-01-13 23:41:46 +0000
committerMathias Hasselmann <hasselmm@src.gnome.org>2008-01-13 23:41:46 +0000
commite3625b6dfb37b98652e12825849069e9c7084f14 (patch)
treeff374320b309ec1fdc8d6e41aa23fbc9e4df362e /gtk/gtktoolitem.h
parentda0cee49ddf80f65f2dff2ece55acbc78d4f430a (diff)
downloadgtk+-e3625b6dfb37b98652e12825849069e9c7084f14.tar.gz
Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell
implementations to notify its children, when some aspect of their configuration changed (#509042). * gtk/gtk.symbols: Add gtk_tool_item_toolbar_reconfigured. * gtk/gtktoolbar.c, gtk/gtktoolitem.c, gtk/gtktoolitem.h: Rename _gtk_tool_item_toolbar_reconfigured. svn path=/trunk/; revision=19361
Diffstat (limited to 'gtk/gtktoolitem.h')
-rw-r--r--gtk/gtktoolitem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h
index dac7c0f0f9..430c16d40d 100644
--- a/gtk/gtktoolitem.h
+++ b/gtk/gtktoolitem.h
@@ -122,8 +122,7 @@ void gtk_tool_item_set_proxy_menu_item (GtkToolItem *tool_item,
GtkWidget *menu_item);
void gtk_tool_item_rebuild_menu (GtkToolItem *tool_item);
-/* internal function */
-void _gtk_tool_item_toolbar_reconfigured (GtkToolItem *tool_item);
+void gtk_tool_item_toolbar_reconfigured (GtkToolItem *tool_item);
G_END_DECLS