summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-05-02 02:56:14 +0200
committerBenjamin Otte <otte@redhat.com>2018-05-03 01:31:40 +0200
commit8366ef71c0437d9dccd45f9b900d589678f298cc (patch)
treee9a4b16dafa4974be6dc220542aac64f2ba3b292 /docs
parentfb53568c043e03597d6ef6568dbf79e2004c3f13 (diff)
downloadgtk+-8366ef71c0437d9dccd45f9b900d589678f298cc.tar.gz
dnd: Remove gdk_drop_reply()
It was only necessary for Motif DND, and we don't support that anymore.
Diffstat (limited to 'docs')
-rw-r--r--docs/dnd_internals.txt3
-rw-r--r--docs/reference/gdk/gdk4-sections.txt1
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/dnd_internals.txt b/docs/dnd_internals.txt
index 56266ecb97..02fba41f93 100644
--- a/docs/dnd_internals.txt
+++ b/docs/dnd_internals.txt
@@ -71,9 +71,6 @@ straightforward manner.
void gdk_drag_status (GdkDragContext *context,
GdkDragAction action,
guint32 time);
-void gdk_drop_reply (GdkDragContext *context,
- gboolean ok,
- guint32 time);
void gdk_drop_finish (GdkDragContext *context,
gboolean success,
guint32 time);
diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt
index 2553c35c2c..a01d39f1e7 100644
--- a/docs/reference/gdk/gdk4-sections.txt
+++ b/docs/reference/gdk/gdk4-sections.txt
@@ -775,7 +775,6 @@ gdk_cursor_get_type
<FILE>dnd</FILE>
GdkDragContext
GdkDragCancelReason
-gdk_drop_reply
gdk_drag_drop_done
gdk_drag_begin
gdk_drop_finish