summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2010-06-02 20:42:11 +0200
committerMichael Natterer <mitch@gimp.org>2010-06-02 20:45:31 +0200
commit19236d68d9f6fc295180bd5dec9925f40d19682d (patch)
tree6782330b9c58df657d7206702916cb99ecd95b89 /gdk/gdkdnd.h
parent2e4a066cd078f3f930e8893d40c4753a6a211735 (diff)
downloadgtk+-19236d68d9f6fc295180bd5dec9925f40d19682d.tar.gz
gdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_action()
so its purpose is clear. (cherry picked from commit d393cb377c60a4de9cab1d026acccafed1e34ec1)
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r--gdk/gdkdnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h
index 2b6ceb0406..c6a8079d40 100644
--- a/gdk/gdkdnd.h
+++ b/gdk/gdkdnd.h
@@ -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 */