diff options
author | Benjamin Otte <otte@redhat.com> | 2018-05-14 15:09:42 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-06-18 23:49:19 +0200 |
commit | 13ae11ee01ce753644b64a4813dd5551ad3aa963 (patch) | |
tree | c292eba8d173b69272e0b563d846ff4d5b6cb4dd /docs | |
parent | a05af1f0f3fcd18ed7feac92f2ce5397d4cf8751 (diff) | |
download | gtk+-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 'docs')
-rw-r--r-- | docs/dnd_internals.txt | 2 | ||||
-rw-r--r-- | docs/reference/gdk/gdk4-sections.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/dnd_internals.txt b/docs/dnd_internals.txt index 02fba41f93..eb4cde2a84 100644 --- a/docs/dnd_internals.txt +++ b/docs/dnd_internals.txt @@ -71,7 +71,7 @@ straightforward manner. void gdk_drag_status (GdkDragContext *context, GdkDragAction action, guint32 time); -void gdk_drop_finish (GdkDragContext *context, +void gdk_drag_finish (GdkDragContext *context, gboolean success, guint32 time); GdkAtom gdk_drag_get_selection (GdkDragContext *context); diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt index d03ddf3cd3..ffe1fc0b5b 100644 --- a/docs/reference/gdk/gdk4-sections.txt +++ b/docs/reference/gdk/gdk4-sections.txt @@ -783,7 +783,7 @@ GdkDragContext GdkDragCancelReason gdk_drag_drop_done gdk_drag_begin -gdk_drop_finish +gdk_drag_finish GdkDragAction GDK_ACTION_ALL gdk_drag_status |