summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r--gtk/gtkdnd.c8
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,