summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2010-06-10 13:15:12 +0200
committerMichael Natterer <mitch@gimp.org>2010-06-10 13:16:25 +0200
commit61aa2af23d423b1fdb30f6b0a26195a0322ca9db (patch)
tree7ca49b1999f51aa1d60aef8fbf16c88b8e40eae4 /gdk/gdkdnd.c
parent71c501d895104d568061a4d0a55c883a9663eb89 (diff)
downloadgtk+-61aa2af23d423b1fdb30f6b0a26195a0322ca9db.tar.gz
gdk: fix typo in the docs for gdk_drag_context_get_selected_action()
(cherry picked from commit e494ec1d61e627db44a6bcc678ee8b37c8eb038c)
Diffstat (limited to 'gdk/gdkdnd.c')
-rw-r--r--gdk/gdkdnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index 690e4a5a7a..fb43b1f19f 100644
--- a/gdk/gdkdnd.c
+++ b/gdk/gdkdnd.c
@@ -149,7 +149,7 @@ gdk_drag_context_get_suggested_action (GdkDragContext *context)
}
/**
- * gdk_drag_context_selected_get_action:
+ * gdk_drag_context_get_selected_action:
* @context: a #GdkDragContext
*
* Determines the action chosen by the drag destination.