mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
gdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_action()
so its purpose is clear.
(cherry picked from commit d393cb377c
)
This commit is contained in:
parent
2e4a066cd0
commit
19236d68d9
@ -591,8 +591,8 @@ gdk_drop_reply
|
||||
|
||||
#if IN_HEADER(__GDK_DND_H__)
|
||||
#if IN_FILE(__GDK_DND_C__)
|
||||
gdk_drag_context_get_action
|
||||
gdk_drag_context_get_actions
|
||||
gdk_drag_context_get_selected_action
|
||||
gdk_drag_context_get_suggested_action
|
||||
gdk_drag_context_list_targets
|
||||
gdk_drag_find_window
|
||||
|
@ -143,7 +143,7 @@ gdk_drag_context_get_suggested_action (GdkDragContext *context)
|
||||
* Since: 2.22
|
||||
**/
|
||||
GdkDragAction
|
||||
gdk_drag_context_get_action (GdkDragContext *context)
|
||||
gdk_drag_context_get_selected_action (GdkDragContext *context)
|
||||
{
|
||||
g_return_val_if_fail (GDK_IS_DRAG_CONTEXT (context), 0);
|
||||
|
||||
|
@ -114,7 +114,7 @@ GdkDevice * gdk_drag_context_get_device (GdkDragContext *context)
|
||||
GList *gdk_drag_context_list_targets (GdkDragContext *context);
|
||||
GdkDragAction gdk_drag_context_get_actions (GdkDragContext *context);
|
||||
GdkDragAction gdk_drag_context_get_suggested_action (GdkDragContext *context);
|
||||
GdkDragAction gdk_drag_context_get_action (GdkDragContext *context);
|
||||
GdkDragAction gdk_drag_context_get_selected_action (GdkDragContext *context);
|
||||
|
||||
/* Destination side */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user