summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-07 15:07:13 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-13 10:39:43 -0500
commitc590b83397713c86f099588a9e5de31028f4cc25 (patch)
tree793a865be122aeffda754066718fbb32a67f44e1 /gdk/gdkdnd.h
parented89e5f62ae5739df1dc1e64e4105e1aeda56971 (diff)
downloadgtk+-c590b83397713c86f099588a9e5de31028f4cc25.tar.gz
gdk: Add gdk_drag_drop_done
This will allow us to move the drag cancel animation to GDK. For now, it does nothing.
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r--gdk/gdkdnd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h
index 12a817fc75..1aa5d07092 100644
--- a/gdk/gdkdnd.h
+++ b/gdk/gdkdnd.h
@@ -179,6 +179,10 @@ GDK_AVAILABLE_IN_ALL
gboolean gdk_drag_drop_succeeded (GdkDragContext *context);
GDK_AVAILABLE_IN_3_20
+void gdk_drag_drop_done (GdkDragContext *context,
+ gboolean success);
+
+GDK_AVAILABLE_IN_3_20
GdkWindow *gdk_drag_context_get_drag_window (GdkDragContext *context);
GDK_AVAILABLE_IN_3_20