summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.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/gtkdnd.h
parent0091fc3543dfe904d192076d2e1d7079affbadb6 (diff)
downloadgtk+-424e1d0059c94d25e0d631dd671ae886ea6fe546.tar.gz
Start deprecating some GtkStock API
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r--gtk/gtkdnd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h
index 408320b82f..3ac12cd08a 100644
--- a/gtk/gtkdnd.h
+++ b/gtk/gtkdnd.h
@@ -173,7 +173,7 @@ void gtk_drag_source_add_uri_targets (GtkWidget *widget);
GDK_AVAILABLE_IN_ALL
void gtk_drag_source_set_icon_pixbuf (GtkWidget *widget,
GdkPixbuf *pixbuf);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10_FOR(gtk_drag_source_set_icon_name)
void gtk_drag_source_set_icon_stock (GtkWidget *widget,
const gchar *stock_id);
GDK_AVAILABLE_IN_ALL
@@ -206,7 +206,7 @@ void gtk_drag_set_icon_pixbuf (GdkDragContext *context,
GdkPixbuf *pixbuf,
gint hot_x,
gint hot_y);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10_FOR(gtk_drag_set_icon_name)
void gtk_drag_set_icon_stock (GdkDragContext *context,
const gchar *stock_id,
gint hot_x,