diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-07 15:07:13 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-13 10:39:43 -0500 |
commit | c590b83397713c86f099588a9e5de31028f4cc25 (patch) | |
tree | 793a865be122aeffda754066718fbb32a67f44e1 /gdk/gdkdnd.h | |
parent | ed89e5f62ae5739df1dc1e64e4105e1aeda56971 (diff) | |
download | gtk+-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.h | 4 |
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 |