diff options
author | Benjamin Otte <otte@redhat.com> | 2018-05-14 04:16:25 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-06-18 23:49:19 +0200 |
commit | a05af1f0f3fcd18ed7feac92f2ce5397d4cf8751 (patch) | |
tree | d6f74ab94cd6733e3f22b987b4fdae779a0a7fcd /gdk/gdkdndprivate.h | |
parent | b2dc303e5e7dde1648b26513afbf07989a1538bc (diff) | |
download | gtk+-a05af1f0f3fcd18ed7feac92f2ce5397d4cf8751.tar.gz |
dnd: Move the gdk_drag_status() function
It's now gdk_drop_status().
Also clarify the intended semantics.
Diffstat (limited to 'gdk/gdkdndprivate.h')
-rw-r--r-- | gdk/gdkdndprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkdndprivate.h b/gdk/gdkdndprivate.h index c8f396deaf..3e0055344e 100644 --- a/gdk/gdkdndprivate.h +++ b/gdk/gdkdndprivate.h @@ -35,9 +35,6 @@ typedef struct _GdkDragContextClass GdkDragContextClass; struct _GdkDragContextClass { GdkDropClass parent_class; - void (*drag_status) (GdkDragContext *context, - GdkDragAction action, - guint32 time_); void (*drag_abort) (GdkDragContext *context, guint32 time_); void (*drag_drop) (GdkDragContext *context, |