diff options
author | Benjamin Otte <otte@redhat.com> | 2018-05-14 02:49:33 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-06-18 23:49:19 +0200 |
commit | b2dc303e5e7dde1648b26513afbf07989a1538bc (patch) | |
tree | 4781e4d85d069a576c43ff36306f958dbcddc8db /docs | |
parent | 2e27967814276fb94d2c4d1982bc504a26282188 (diff) | |
download | gtk+-b2dc303e5e7dde1648b26513afbf07989a1538bc.tar.gz |
dnd: Add gdk_drop_get_actions()
This uses the new method without GDK_ACTION_ASK:
Either it is a single action (queryable via gdk_drag_action_is_unique())
or it is not and then the drop target has to make a decision
(potentially by asking someone).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk4-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt index 1da322155d..d03ddf3cd3 100644 --- a/docs/reference/gdk/gdk4-sections.txt +++ b/docs/reference/gdk/gdk4-sections.txt @@ -785,6 +785,7 @@ gdk_drag_drop_done gdk_drag_begin gdk_drop_finish GdkDragAction +GDK_ACTION_ALL gdk_drag_status gdk_drag_context_get_display |