summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-05-14 15:09:42 +0200
committerBenjamin Otte <otte@redhat.com>2018-06-18 23:49:19 +0200
commit13ae11ee01ce753644b64a4813dd5551ad3aa963 (patch)
treec292eba8d173b69272e0b563d846ff4d5b6cb4dd /gdk/gdkdnd.c
parenta05af1f0f3fcd18ed7feac92f2ce5397d4cf8751 (diff)
downloadgtk+-13ae11ee01ce753644b64a4813dd5551ad3aa963.tar.gz
dnd: Rename gdk_drop_finish() => gdk_drag_finish()
This is a simple rename, so that we can reintroduce gdk_drop_finish() with the GdkDrop object.
Diffstat (limited to 'gdk/gdkdnd.c')
-rw-r--r--gdk/gdkdnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index ddc155f553..126d8ea356 100644
--- a/gdk/gdkdnd.c
+++ b/gdk/gdkdnd.c
@@ -573,7 +573,7 @@ gdk_drag_drop (GdkDragContext *context,
}
/**
- * gdk_drop_finish:
+ * gdk_drag_finish:
* @context: a #GdkDragContext
* @success: %TRUE if the data was successfully received
* @time_: the timestamp for this operation
@@ -583,7 +583,7 @@ gdk_drag_drop (GdkDragContext *context,
* This function is called by the drag destination.
*/
void
-gdk_drop_finish (GdkDragContext *context,
+gdk_drag_finish (GdkDragContext *context,
gboolean success,
guint32 time_)
{