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/gtkdnd.c | |
parent | 0091fc3543dfe904d192076d2e1d7079affbadb6 (diff) | |
download | gtk+-424e1d0059c94d25e0d631dd671ae886ea6fe546.tar.gz |
Start deprecating some GtkStock API
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index aecb769927..cf4db840a5 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -2940,9 +2940,11 @@ gtk_drag_source_set_icon_pixbuf (GtkWidget *widget, * @stock_id: the ID of the stock icon to use * * Sets the icon that will be used for drags from a particular source - * to a stock icon. + * to a stock icon. + * + * Deprecated: 3.10: Use gtk_drag_source_set_icon_name() instead. **/ -void +void gtk_drag_source_set_icon_stock (GtkWidget *widget, const gchar *stock_id) { @@ -3297,6 +3299,8 @@ gtk_drag_set_icon_pixbuf (GdkDragContext *context, * @hot_y: the Y offset within the icon of the hotspot. * * Sets the icon for a given drag from a stock ID. + * + * Deprecated: 3.10: Use gtk_drag_set_icon_name() instead. **/ void gtk_drag_set_icon_stock (GdkDragContext *context, |