summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r--gtk/gtkdnd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h
index 1a7afe7c72..962bc98d5f 100644
--- a/gtk/gtkdnd.h
+++ b/gtk/gtkdnd.h
@@ -155,6 +155,7 @@ void gtk_drag_source_set_icon_stock (GtkWidget *widget,
const gchar *stock_id);
void gtk_drag_source_set_icon_name (GtkWidget *widget,
const gchar *icon_name);
+GDK_AVAILABLE_IN_3_2
void gtk_drag_source_set_icon_gicon (GtkWidget *widget,
GIcon *icon);
@@ -188,6 +189,7 @@ void gtk_drag_set_icon_name (GdkDragContext *context,
const gchar *icon_name,
gint hot_x,
gint hot_y);
+GDK_AVAILABLE_IN_3_2
void gtk_drag_set_icon_gicon (GdkDragContext *context,
GIcon *icon,
gint hot_x,