summaryrefslogtreecommitdiff
path: root/gtk/gtkradiotoolbutton.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-24 23:47:52 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-25 19:05:32 -0400
commit424e1d0059c94d25e0d631dd671ae886ea6fe546 (patch)
tree2b5e027cdd8d5c9ca547f8587d036c57af90685e /gtk/gtkradiotoolbutton.h
parent0091fc3543dfe904d192076d2e1d7079affbadb6 (diff)
downloadgtk+-424e1d0059c94d25e0d631dd671ae886ea6fe546.tar.gz
Start deprecating some GtkStock API
Diffstat (limited to 'gtk/gtkradiotoolbutton.h')
-rw-r--r--gtk/gtkradiotoolbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkradiotoolbutton.h b/gtk/gtkradiotoolbutton.h
index c6e9ce7b84..1c76899336 100644
--- a/gtk/gtkradiotoolbutton.h
+++ b/gtk/gtkradiotoolbutton.h
@@ -60,12 +60,12 @@ GType gtk_radio_tool_button_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
GtkToolItem *gtk_radio_tool_button_new (GSList *group);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10_FOR(gtk_radio_tool_button_new)
GtkToolItem *gtk_radio_tool_button_new_from_stock (GSList *group,
const gchar *stock_id);
GDK_AVAILABLE_IN_ALL
GtkToolItem *gtk_radio_tool_button_new_from_widget (GtkRadioToolButton *group);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10_FOR(gtk_radio_tool_button_new_from_widget)
GtkToolItem *gtk_radio_tool_button_new_with_stock_from_widget (GtkRadioToolButton *group,
const gchar *stock_id);
GDK_AVAILABLE_IN_ALL