diff options
author | Mathias Hasselmann <hasselmm@src.gnome.org> | 2008-01-13 23:41:46 +0000 |
---|---|---|
committer | Mathias Hasselmann <hasselmm@src.gnome.org> | 2008-01-13 23:41:46 +0000 |
commit | e3625b6dfb37b98652e12825849069e9c7084f14 (patch) | |
tree | ff374320b309ec1fdc8d6e41aa23fbc9e4df362e /gtk/gtktoolitem.h | |
parent | da0cee49ddf80f65f2dff2ece55acbc78d4f430a (diff) | |
download | gtk+-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.h | 3 |
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 |