diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-24 23:47:52 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-25 19:05:32 -0400 |
commit | 424e1d0059c94d25e0d631dd671ae886ea6fe546 (patch) | |
tree | 2b5e027cdd8d5c9ca547f8587d036c57af90685e /gtk/gtkmenutoolbutton.c | |
parent | 0091fc3543dfe904d192076d2e1d7079affbadb6 (diff) | |
download | gtk+-424e1d0059c94d25e0d631dd671ae886ea6fe546.tar.gz |
Start deprecating some GtkStock API
Diffstat (limited to 'gtk/gtkmenutoolbutton.c')
-rw-r--r-- | gtk/gtkmenutoolbutton.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkmenutoolbutton.c b/gtk/gtkmenutoolbutton.c index c133f88a7b..6d9c1faf35 100644 --- a/gtk/gtkmenutoolbutton.c +++ b/gtk/gtkmenutoolbutton.c @@ -46,8 +46,7 @@ * button pops up a dropdown menu. * * Use gtk_menu_tool_button_new() to create a new - * #GtkMenuToolButton. Use gtk_menu_tool_button_new_from_stock() to - * create a new #GtkMenuToolButton containing a stock item. + * #GtkMenuToolButton. * * <refsect2 id="GtkMenuToolButton-BUILDER-UI"> * <title>GtkMenuToolButton as GtkBuildable</title> @@ -376,6 +375,8 @@ gtk_menu_tool_button_new (GtkWidget *icon_widget, * Return value: the new #GtkMenuToolButton * * Since: 2.6 + * + * Deprecated: 3.10: Use gtk_menu_tool_button_new() instead. **/ GtkToolItem * gtk_menu_tool_button_new_from_stock (const gchar *stock_id) |